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 8a733e3 commit 1a2d126Copy full SHA for 1a2d126
teamcity.build
@@ -37,7 +37,7 @@
37
38
<target name="setup-teamcity-sqlServerOdbc">
39
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.OdbcDriver" />
40
- <property name="nhibernate.connection.connection_string" value="Driver={SQL Native Client};Server=.\SQLExpress;Database=nhibernateOdbc;Trusted_Connection=yes" />
+ <property name="nhibernate.connection.connection_string" value="Driver={SQL Server Native Client 11.0};Server=.\SQLExpress;Database=nhibernateOdbc;Trusted_Connection=yes" />
41
<property name="NHibernate.Test.IgnoreFail" value="true" />
42
<property name="teamcity.last.result" value="${root.dir}/lib/teamcity/sqlServerOdbc/NHibernate.Test.last-results.xml" />
43
</target>
0 commit comments