HHH-4912 testManyToManyWithFormula induces error with Ingres dialect

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19193 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-04-09 03:30:29 +00:00
parent d2e8d1429b
commit a2196cbdc6
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
</composite-id>
<set name="groups" table="UserGroup">
<key>
<column name="userName"/>
<column name="`userName`"/>
<column name="org"/>
</key>
<many-to-many class="Group">
@ -43,7 +43,7 @@
<column name="org"/>
</key>
<many-to-many class="User">
<column name="userName"/>
<column name="`userName`"/>
<formula>org</formula>
</many-to-many>
</set>