[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-dev] Checkin-in: JPQL Parsing - CASE, INDEX, SUBSTRING, CONCAT
|
- From: Tom Ware <tom.ware@xxxxxxxxxx>
- Date: Fri, 12 Jun 2009 14:33:01 -0400
- Delivered-to: eclipselink-dev@eclipse.org
- User-agent: Thunderbird 2.0.0.21 (Windows/20090302)
Bug 249224 - JPQL Parsing Logic for CASE, INDEX, SUBSTRING, CONCAT.
Note: This is only the changes for parsing code, more work is still need to make
these items functional in queries.
Patch here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249224
Design Notes and description of what is implemented here:
http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/jpql
Reviewed by Chris Delahunt
Tested with existing tests and added Concat Test. More testing to come as full
implementations are complete.