We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a926 commit e99c2dcCopy full SHA for e99c2dc
src/NHibernate.TestDatabaseSetup/App.config
@@ -9,7 +9,7 @@
9
<session-factory name="NHibernate.TestDatabaseSetup">
10
<property name="connection.driver_class">NHibernate.Driver.Sql2008ClientDriver</property>
11
<property name="connection.connection_string">
12
- Server=(localdb)\MSSQLLocalDB;Database=NhTestDb;Integrated Security=true;
+ Server=.\SQLExpress;initial catalog=master;Integrated Security=SSPI
13
</property>
14
</session-factory>
15
</hibernate-configuration>
0 commit comments