Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] trunk check in for bug 374136

bug 374136 - Remove hint string "FIRST_ROWS" when using rownum pagination on Oracle 10g and above

Patch sets the HINT string defined in OraclePlaform to an empty string in the Oracle10gPlatform constructor. The Oracle10g database will use the FIRST_ROWS(N) hint by default if a hint is not defined.

checked into 2.4 at revision: 11010
Reviewed by Tom Ware


Back to the top