[
http://opensource.atlassian.com/projects/hibernate/browse/HBX-855?page=all ]
Max Rydahl Andersen closed HBX-855:
-----------------------------------
Resolution: Fixed
fixed. scanner ignored every "multi-call' statements.
createQuery hql validaiton only works if it is the last call in a
statement
---------------------------------------------------------------------------
Key: HBX-855
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-855
Project: Hibernate Tools
Type: Bug
Components: ant
Versions: 3.2beta9
Reporter: Max Rydahl Andersen
Fix For: 3.2beta10
List users = newEm.createQuery("select u frombadsyntax User u");
gives red squiggle as expected.
List users = newEm.createQuery("select u from User u").getResultList();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira