Unsupported SQL generated when constructors are used with predicates as arguments

Description

org.hibernate.test.hql.ASTParserLoadingTest.testBooleanPredicate fails on most databases (all except postgres and mysql) due to:

It seems that '$column=$othercolumn' and '$column is not null' predicates are not supported by these databases..

Activity

Show:

Jan Martiska March 17, 2014 at 10:43 AM

org.hibernate.ejb.criteria.QueryBuilderTest.testMultiselectWithPredicates is affected by the same issue

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created March 17, 2014 at 10:03 AM
Updated May 5, 2022 at 11:03 AM
Resolved May 5, 2022 at 11:03 AM