Introduce setting for JPA-QL strict compliance
----------------------------------------------
Key: HHH-1817
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1817
Project: Hibernate3
Type: New Feature
Components: query-hql
Versions: 3.2.0.cr2
Reporter: Steve Ebersole
Assigned to: Steve Ebersole
Fix For: 3.2.0
JPA-QL disallows certain things explicitly that HQL allows (ommission of select clause e.g.). Add a configuration flag (hibernate.query.jpaql_strict_compliance) to allow users to specify that they want strict compliance with JPA-QL in terms of query parsing. This is the non-default mode.
--
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
|