[hibernate-issues] [Hibernate-JIRA] Created: (HBX-855) createQuery hql validaiton only works if it is the last call in a statement

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Thu Jan 18 13:21:44 EST 2007


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.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list