Improper code in AbstractQueryListImpl.expandParameterList drive to SQLGrammarException (see rows from 804)
Suppose that you have parameters with name p2 and p21. If values for these parameters are collections and size of collection for p2 is greater then 10, then alias generated for 11 item of p2's collection will be the same as alias for 0 item of p21's collection (p210_). It will drive either to improper query result or SQLGrammarException
|