jooq/jOOQ/src/main
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
..
java [jOOQ/jOOQ#13560] Use MULTISET emulation for nested rows with LIMIT 2022-05-24 12:29:41 +02:00
resources [jOOQ/jOQO#7284] Replace common patterns in query object model 2022-05-19 20:40:15 +02:00