Issue Type: Bug Bug
Affects Versions: 4.1.7
Assignee: Unassigned
Components: core
Created: 09/Oct/12 8:12 AM
Description:

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

Project: Hibernate ORM
Priority: Critical Critical
Reporter: Alexander Makarevitch
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira