Skip to content

Commit 4d36a19

Browse files
NH-4026 - A connection string parameter is missing for addressing Firebird server
1 parent 7c8aa5a commit 4d36a19

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="Database=nhibernate;UserID=SYSDBA;Password=masterkey" />
91+
<property name="nhibernate.connection.connection_string" value="DataSource=localhost;Database=nhibernate;UserID=SYSDBA;Password=masterkey" />
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="Database=nhibernate;UserID=SYSDBA;Password=masterkey" />
105+
<property name="nhibernate.connection.connection_string" value="DataSource=localhost;Database=nhibernate;UserID=SYSDBA;Password=masterkey" />
106106
<copy todir="${bin.dir}">
107107
<fileset basedir="${root.dir}/lib/teamcity/firebird">
108108
<include name="*.dll"/>

0 commit comments

Comments
 (0)