Skip to content

Commit 38dde13

Browse files
committed
Set adonet.wrap_result_sets option to "true" for TeamCity runner.
1 parent 2247a35 commit 38dde13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-common/teamcity-hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<property name="show_sql">false</property>
2424
<property name="command_timeout">444</property>
2525
<property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property>
26-
<property name="adonet.wrap_result_sets">false</property>
26+
<property name="adonet.wrap_result_sets">true</property>
2727
</session-factory>
2828
</hibernate-configuration>

0 commit comments

Comments
 (0)