Skip to content

Commit fd84733

Browse files
NH-4026 - some other changes just to try, although my laptop does not look to need them.
1 parent 4d36a19 commit fd84733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teamcity.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<target name="setup-teamcity-firebird32">
8989
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.FirebirdClientDriver" />
9090
<property name="nhibernate.dialect" value="NHibernate.Dialect.FirebirdDialect" />
91-
<property name="nhibernate.connection.connection_string" value="DataSource=localhost;Database=nhibernate;UserID=SYSDBA;Password=masterkey" />
91+
<property name="nhibernate.connection.connection_string" value="DataSource=localhost;ServerType=0;Database=nhibernate;User ID=SYSDBA;Password=masterkey;Charset=NONE;" />
9292
<copy todir="${bin.dir}">
9393
<fileset basedir="${root.dir}/lib/teamcity/firebird">
9494
<include name="*.dll"/>
@@ -102,7 +102,7 @@
102102
<property name="nunit-x64" value="true" />
103103
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.FirebirdClientDriver" />
104104
<property name="nhibernate.dialect" value="NHibernate.Dialect.FirebirdDialect" />
105-
<property name="nhibernate.connection.connection_string" value="DataSource=localhost;Database=nhibernate;UserID=SYSDBA;Password=masterkey" />
105+
<property name="nhibernate.connection.connection_string" value="DataSource=localhost;ServerType=0;Database=nhibernate;User ID=SYSDBA;Password=masterkey;Charset=NONE;" />
106106
<copy todir="${bin.dir}">
107107
<fileset basedir="${root.dir}/lib/teamcity/firebird">
108108
<include name="*.dll"/>

0 commit comments

Comments
 (0)