[hibernate-commits] Hibernate SVN: r15879 - core/branches/Branch_3_2/test/org/hibernate/test/sql/hand/custom/sybase.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Feb 3 22:03:40 EST 2009


Author: gbadner
Date: 2009-02-03 22:03:40 -0500 (Tue, 03 Feb 2009)
New Revision: 15879

Modified:
   core/branches/Branch_3_2/test/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
Log:
HHH-3685 : correct XML format


Modified: core/branches/Branch_3_2/test/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
===================================================================
--- core/branches/Branch_3_2/test/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml	2009-02-04 02:59:43 UTC (rev 15878)
+++ core/branches/Branch_3_2/test/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml	2009-02-04 03:03:40 UTC (rev 15879)
@@ -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