Available in versions: Dev (3.19) | Latest (3.18) | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11 | 3.10 | 3.9
This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.
Don't do this
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
Like any software, jOOQ has a few pitfalls, known issues, historic design flaws, etc., which the seasoned jOOQ developer should know to avoid. This section summarises both of jOOQ's and SQL's own pitfalls.
Table of contents
- 9.7.1.
- jOOQ: Implementing the DSL types
- 9.7.2.
- jOOQ: Referencing the Step types
- 9.7.3.
- Schema: NULL columns
- 9.7.4.
- Schema: Unnamed constraints
- 9.7.5.
- Schema: Unnecessary surrogate keys
- 9.7.6.
- Schema: Wrong data types
- 9.7.7.
- SQL: COUNT(*) instead of EXISTS()
- 9.7.8.
- SQL: N+1
- 9.7.9.
- SQL: NOT IN predicate
- 9.7.10.
- SQL: Rely on implicit ordering
- 9.7.11.
- SQL: SELECT *
- 9.7.12.
- SQL: Unnecessary UNION instead of UNION ALL
previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!