jooq/jOOQ
Lukas Eder 6b03c3f0de [jOOQ/jOOQ#13560] Use MULTISET emulation for nested rows with LIMIT
In older Oracle versions, we emulate LIMIT with ROWNUM calculations in derived tables. In those cases, it seems very hard to keep the flattening nested record emulation working. Better work with the MULTISET emulation of nested records, instead.

This includes parts of the implementation of [jOOQ/jOOQ#13599]
2022-05-24 12:29:41 +02:00
..
src/main [jOOQ/jOOQ#13560] Use MULTISET emulation for nested rows with LIMIT 2022-05-24 12:29:41 +02:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml [jOOQ/jOOQ#13053] java.lang.NoClassDefFoundError: org/postgresql/util/PGInterval when rendering SQL without the pgjdbc dependency 2022-05-06 10:45:48 +02:00