Skip to content

Commit ac9a45f

Browse files
committed
Revert "Set adonet.wrap_result_sets option to "true" for TeamCity runner." because it probably makes TC crazy on "normal" dialects.
This reverts commit 38dde13.
1 parent 38dde13 commit ac9a45f

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">true</property>
26+
<property name="adonet.wrap_result_sets">false</property>
2727
</session-factory>
2828
</hibernate-configuration>

0 commit comments

Comments
 (0)