Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Review request: EL Bug 469182

EclipseLink Developers,

Bug 469182 - Using coalesce() in JPQL with a null parameter value sets incorrect type on jdbc statement setNull call
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469182

I would be grateful if someone would be kind enough to take 5-10 minutes to review the above bug for checkin -> 2.7 & 2.6. Pretty straightforward testcase & fix, the issue is with EL internally configuring a default parameter (untyped) from a coalesce() function in JPQL, which causes an issue in JDBC when executing such a query with a null parameter. More details & small code example in the bug.

Testing: JPA regression suites pass as expected on Oracle & MySQL.

Many thanks,

-David


Back to the top