Skip to content

Commit bfe2925

Browse files
hazzikfredericDelaporte
authored andcommitted
Set prepare_sql = true to test #703 changes
1 parent 4045925 commit bfe2925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-common/teamcity-hibernate.cfg.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<property name="connection.connection_string">Server=.\SQLExpress;initial catalog=nhibernate;Integrated Security=SSPI</property>
2121
<property name="show_sql">false</property>
2222
<property name="command_timeout">444</property>
23+
<property name="prepare_sql">true</property>
2324
<property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property>
2425
<property name="adonet.wrap_result_sets">false</property>
2526

0 commit comments

Comments
 (0)