jooq/jOOQ
Lukas Eder 54c18ca6ae [jOOQ/jOOQ#9017] Add Settings.transformRownumToLimit
- Implement ROWNUM = 1, ROWNUM <= 1, ROWNUM != 2 translating to LIMIT 1
- Implement trivial ROWNUM =, >=, <= ROWNUM
- Implement trivial ROWNUM != 0
- Implement impossible ROWNUM !=, >, < ROWNUM
- Implement impossible ROWNUM = 2, ROWNUM != 1, ROWNUM < 1, ROWNUM <= 0
- Implement AND
- Some other implementations
2020-09-23 17:02:40 +02:00
..
src/main [jOOQ/jOOQ#9017] Add Settings.transformRownumToLimit 2020-09-23 17:02:40 +02:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml