Skip to main content

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

SVN trunk commit: Bug#276147 – Unions

 

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

 

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

 

Adds support for UNION, INTERSECT, EXCEPT operations to Expressions and JPQL.

Adds support for REGEXP operation for regular _expression_ comparisons.

 

Changes:

-          Adds core _expression_/Query tests for regexp and unions.

-          Adds Hermes JPQL support for RegexpExpression and UnionClause.

-          Add None JPQL validation option.

-          Add regexp and union, intersect, except support to expressions, queries.

-          Add conforming support for regexp.

-          Add JPA JPQL tests for regexp, unions.

-          Fix NoSQL connection spec properties to try both class loaders.


Back to the top