mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
* #1947 - Oracle change to use concat operator rather than function * #1947 - setMaxRows(1).findIds() under Oracle returns wrong result * #1950 - Change OraclePlatform to use ANSI row limiting - OFFSET and NEXT ROWS, old platform as Oracle11Platform * Revert test default to H2 * #1947 - Oracle & Oracle11 platform