Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug#407095

407095 - JPQL long literal incorrectly parsed in Hermes JPQL parser, but works in ANTLRQueryBuilder parser

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

Description: Long.parseLong() does not support having ‘L’ or ‘l’ at the end of the number, example: 5L.


Patch to be submitted to
2.4.3, 2.5.1 (when open) and was checked into master.

Cheers,

 

Pascal…


Back to the top