Author: stliu
Date: 2010-03-22 10:00:34 -0400 (Mon, 22 Mar 2010)
New Revision: 19057
Modified:
core/trunk/testsuite/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
Log:
HHH-4732 quote column name as it is a keyword on teradata
Modified:
core/trunk/testsuite/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
===================================================================
---
core/trunk/testsuite/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml 2010-03-22
13:56:03 UTC (rev 19056)
+++
core/trunk/testsuite/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml 2010-03-22
14:00:34 UTC (rev 19057)
@@ -14,7 +14,7 @@
<generator class="native"/>
</id>
- <discriminator column="TYPE" type="string"
length="1"/>
+ <discriminator column="`TYPE`" type="string"
length="1"/>
<bag name="children"
inverse="true"
Show replies by date