Skip to content

Commit

Permalink
HHH-12875 : Remove "where" clause for Top used by MultiTableTest;
Browse files Browse the repository at this point in the history
            After HHH-12875 is fixed, the "where" clause causes
            MultiTableTest to fail due to HHH-12016

(cherry picked from commit a5fa213)
  • Loading branch information
gbadner committed Aug 14, 2018
1 parent 69e7132 commit 9c96641
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -15,8 +15,7 @@
table="rootclass"
dynamic-insert="true"
dynamic-update="true"
select-before-update="true"
where="id1_ is not null">
select-before-update="true">
<!--cache-->
<id name="id" type="long" column="id1_" unsaved-value="0">
<generator class="native"/>
Expand Down

0 comments on commit 9c96641

Please sign in to comment.