-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: HQL query parser in H3
PostPosted: Tue Sep 27, 2005 3:14 pm 
Regular
Regular

Joined: Thu Aug 19, 2004 9:28 am
Posts: 63
This is a general question about H3's query parsers.


As it, there's to query parsers, the new org.hibernate.hql.ast.ASTQueryTranslatorFactory and the classic org.hibernate.hql.classic.ClassicQueryTranslatorFactory (from 2.1.6).

The ClassicQueryTranslatorFactory support non-ANSI join clause (*= & =*) but ASTQueryTranslatorFactory does not.

Is there a plan to support non-ANSI join in ASTQueryTranslatorFactory?

If so, do you know when (estimate or version #) it will?


Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 27, 2005 5:13 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
No it will not support this. Theta-style joins have never been a supported syntax in HQL. Its simply that the old parser was much more lax about certain stuff, passing a lot of stuff through to the database that it did not understand.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.