HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19064 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
4376468d63
commit
a05a99e02a
|
@ -50,7 +50,7 @@
|
|||
|
||||
<joined-subclass name="Employee" table="JEmployee">
|
||||
<key column="person_id"/>
|
||||
<property name="title"
|
||||
<property name="title" column="`title`"
|
||||
not-null="true"
|
||||
length="20"/>
|
||||
<property name="salary"
|
||||
|
|
Loading…
Reference in New Issue