File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 168
168
<target name =" setup-teamcity-oracle32" >
169
169
<property name =" nhibernate.connection.driver_class" value=" NHibernate.Driver.OracleDataClientDriver" />
170
170
<property name =" nhibernate.dialect" value=" NHibernate.Dialect.Oracle10gDialect" />
171
- <property name =" nhibernate.connection.connection_string" value=" User ID=nhibernate;Password=nhibernate;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))" />
171
+ <property name =" nhibernate.connection.connection_string" value=" Pooling=FALSE; User ID=nhibernate;Password=nhibernate;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))" />
172
172
<copy todir =" ${bin.dir}" >
173
173
<fileset basedir =" ${root.dir}/lib/teamcity/oracle/x86" >
174
174
<include name =" *.dll" />
You can’t perform that action at this time.
0 commit comments