Unsupported SQL generated when constructors are used with predicates as arguments
Description
caused by
Activity
Show:

Jan Martiska March 17, 2014 at 10:43 AM
org.hibernate.ejb.criteria.QueryBuilderTest.testMultiselectWithPredicates is affected by the same issue
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..