Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc57dec8

Browse files
committed
Update TP test connection strings to use SQL Express 2014 instance name (changeset 1344316)
1 parentef5de4b commitc57dec8

File tree

2 files changed

+4
-4
lines changed
  • tests/fsharp/typeProviders/builtin

2 files changed

+4
-4
lines changed

‎tests/fsharp/typeProviders/builtin/SqlDataConnection/test.fsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ module CheckSqlConnectionTypeProvider =
150150
if isSQLExpressInstalledthen
151151
@"AttachDBFileName = '|DataDirectory|\"+ northwind+"';Server='.\SQLEXPRESS';User Instance=true;Integrated Security=SSPI"
152152
else
153-
"AttachDBFileName = '|DataDirectory|\\"+ northwind+"';Server='(localdb)\\v11.0'"
153+
"AttachDBFileName = '|DataDirectory|\\"+ northwind+"';Server='(localdb)\\MSSQLLocalDB'"
154154
else
155155
if isSQLExpressInstalledthen
156156
@"AttachDBFileName = '"+ System.IO.Path.Combine(__SOURCE_DIRECTORY__, northwindFile)+"';Server='.\SQLEXPRESS';User Instance=true;Integrated Security=SSPI"
157157
else
158-
"AttachDBFileName = '"+ System.IO.Path.Combine(__SOURCE_DIRECTORY__, northwindFile)+"';Server='(localdb)\\v11.0'"
158+
"AttachDBFileName = '"+ System.IO.Path.Combine(__SOURCE_DIRECTORY__, northwindFile)+"';Server='(localdb)\\MSSQLLocalDB'"
159159

160160
match connectionStringNamewith
161161
| None->()

‎tests/fsharp/typeProviders/builtin/SqlEntityConnection/test.fsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ module CheckSqlEntityConnectionTypeProvider =
140140
if isSQLExpressInstalledthen
141141
@"AttachDBFileName = '|DataDirectory|\"+ northwind+"';Server='.\SQLEXPRESS';User Instance=true;Integrated Security=SSPI"
142142
else
143-
"AttachDBFileName = '|DataDirectory|\\"+ northwind+"';Server='(localdb)\\v11.0'"
143+
"AttachDBFileName = '|DataDirectory|\\"+ northwind+"';Server='(localdb)\\MSSQLLocalDB'"
144144
else
145145
if isSQLExpressInstalledthen
146146
@"AttachDBFileName = '"+ System.IO.Path.Combine(__SOURCE_DIRECTORY__, northwindFile)+"';Server='.\SQLEXPRESS';User Instance=true;Integrated Security=SSPI"
147147
else
148-
"AttachDBFileName = '"+ System.IO.Path.Combine(__SOURCE_DIRECTORY__, northwindFile)+"';Server='(localdb)\\v11.0'"
148+
"AttachDBFileName = '"+ System.IO.Path.Combine(__SOURCE_DIRECTORY__, northwindFile)+"';Server='(localdb)\\MSSQLLocalDB'"
149149

150150
match connectionStringNamewith
151151
| None->()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp