During NR tests from 5.6.14 to 6.1.6 i found a regression for HQL queries I figured to simplify as much as possible: Query:
SELECT :ram FROM Simple s WHERE :ram < s.maxRam
Error:
The following variant queries run correctly:
I guess the named parameters in SELECT clause are not correctly mapped in 6.x |