[hibernate-commits] Hibernate SVN: r15878 - core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/sql/hand/custom/sybase.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Tue Feb 3 21:59:43 EST 2009
Author: gbadner
Date: 2009-02-03 21:59:43 -0500 (Tue, 03 Feb 2009)
New Revision: 15878
Modified:
core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
Log:
JBPAPP-1546 HHH-3685 : corrected XML format
Modified: core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml 2009-02-04 00:58:42 UTC (rev 15877)
+++ core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml 2009-02-04 02:59:43 UTC (rev 15878)
@@ -236,7 +236,7 @@
<!-- The following is a workaround for HHH-3685 so that SchemaExport -->
<!-- changes the transaction mode of simpleScalar to "chained" -->
- <database-object>
+ <database-object>
<create>
sp_procxmode simpleScalar, 'chained'
</create>
More information about the hibernate-commits
mailing list