HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19052 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
9c193f1f9c
commit
9b5e472ff4
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<subclass name="Employee"
|
<subclass name="Employee"
|
||||||
discriminator-value="E">
|
discriminator-value="E">
|
||||||
<property name="title"
|
<property name="title" column="`title`"
|
||||||
length="20"/>
|
length="20"/>
|
||||||
<property name="salary"
|
<property name="salary"
|
||||||
length="0"/>
|
length="0"/>
|
||||||
|
|
Loading…
Reference in New Issue