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 7aff8ca commit e82fa26Copy full SHA for e82fa26
teamcity.build
@@ -119,7 +119,7 @@
119
<target name="setup-teamcity-mysql">
120
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.MySqlDataDriver" />
121
<property name="nhibernate.dialect" value="NHibernate.Dialect.MySQL5Dialect" />
122
- <property name="nhibernate.connection.connection_string" value="Data Source=localhost;Protocol=pipe;Database=nhibernate;User ID=nhibernate;Password=nhibernate;" />
+ <property name="nhibernate.connection.connection_string" value="Data Source=localhost;Protocol=pipe;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Old Guids=True;" />
123
<copy todir="${bin.dir}">
124
<fileset basedir="${root.dir}/lib/teamcity/mysql">
125
<include name="*.dll"/>
0 commit comments