Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#312146 JPQL

SVN trunk commit: Bug#312146 JPQL

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=312146

 

This is a 2nd attempt to switch to the Hermes parser.

Please ensure you have the core.jpql and jpa.jpql components available in your environment.

 

Changes:

-          Switches default JPQL parser to Hermes.

-          Moves JPQL parser to be instance variable of session instead of global static variable to allow configuration of parser and validation per persistence unit.

-          Removed JPAQueryBuilderManager.

-          Removes auto string conversion of data in MongoDB, adds data-type tests to Mongo tests, and auto converts BigDecimal and BigInteger to String as type are not supported by Mongo.

-          Fixed Sybase and SQLServer platforms to emulate TRIM using RTRIM(LTRIM.

-          Fixed JPA metamodel isAssociation


Back to the top