We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4045925 commit bfe2925Copy full SHA for bfe2925
build-common/teamcity-hibernate.cfg.xml
@@ -20,6 +20,7 @@
20
<property name="connection.connection_string">Server=.\SQLExpress;initial catalog=nhibernate;Integrated Security=SSPI</property>
21
<property name="show_sql">false</property>
22
<property name="command_timeout">444</property>
23
+ <property name="prepare_sql">true</property>
24
<property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property>
25
<property name="adonet.wrap_result_sets">false</property>
26
0 commit comments