File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
<target name =" setup-teamcity-firebird32" >
89
89
<property name =" nhibernate.connection.driver_class" value=" NHibernate.Driver.FirebirdClientDriver" />
90
90
<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; " />
92
92
<copy todir =" ${bin.dir}" >
93
93
<fileset basedir =" ${root.dir}/lib/teamcity/firebird" >
94
94
<include name =" *.dll" />
102
102
<property name =" nunit-x64" value =" true" />
103
103
<property name =" nhibernate.connection.driver_class" value=" NHibernate.Driver.FirebirdClientDriver" />
104
104
<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; " />
106
106
<copy todir =" ${bin.dir}" >
107
107
<fileset basedir =" ${root.dir}/lib/teamcity/firebird" >
108
108
<include name =" *.dll" />
You can’t perform that action at this time.
0 commit comments