HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19050 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
af0e1bd0e6
commit
c0c4ed0c6c
|
@ -39,7 +39,7 @@
|
|||
<column name="courseCode"/>
|
||||
</many-to-one>
|
||||
<property name="semester" not-null="true"/>
|
||||
<property name="year" not-null="true"/>
|
||||
<property name="year" column="`year`" not-null="true"/>
|
||||
</class>
|
||||
|
||||
</hibernate-mapping>
|
||||
|
|
Loading…
Reference in New Issue