Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check In Bug 330690 - Incorrect SQL when enum used as query parameter that does not reference a mapping

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

The fix defaults our behavior to use the ordinal number for an
enumeration in the case where the segment of JPQL including the enum does not
include a mapping.

Reviewed by Chris Delahunt

Added test to JUnitJPQLTestSuite and tested with JPA and Core LRG


Back to the top