mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-20 10:07:17 +00:00
HHH-4741 org.hibernate.test.filter.DynamicFilterTest.testSqlSyntaxOfFiltersWithUnions fails on MySQL
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18339 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
30422f9320
commit
018d3911cd
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<filter name="effectiveDate" condition=":asOfDate BETWEEN eff_start_dt and eff_end_dt"/>
|
<filter name="effectiveDate" condition=":asOfDate BETWEEN eff_start_dt and eff_end_dt"/>
|
||||||
<filter name="unioned">
|
<filter name="unioned">
|
||||||
'abc' in ( select d.reg from department d where (d.dept_id=123) union select p.name from sales_person p )
|
'abc' in ( select d.reg from DEPARTMENT d where (d.dept_id=123) union select p.name from SALES_PERSON p )
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
</class>
|
</class>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user