HHH-4732 quote column name 'timestame', as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19046 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
d71efef924
commit
d4b4994acc
|
@ -55,7 +55,7 @@
|
|||
<one-to-many class="PurchaseDetail"/>
|
||||
</set>
|
||||
|
||||
<property name="timestamp" column="timestamp"/>
|
||||
<property name="timestamp" column="`timestamp`"/>
|
||||
|
||||
</class>
|
||||
|
||||
|
|
Loading…
Reference in New Issue