Blog: jooq (Lukas Eder) |
232 blogs
updated: 107 min. ago
|
||
An interesting hint by Vladimir Sitnikov has made me think about a new benchmark for jOOQ: The benchmark should check whether single row que...
|
||
A really cool, recent question on Stack Overflow was about how to map a nested collection into a Java Map with jOOQ. In the past, I've blogg...
|
||
Every now and then I run across a use case for the arcane NATURAL JOIN SQL operator, and I'm even more delighted when I can make that a NATU...
|
||
Since jOOQ 3.4, we have an API that simplifies transactional logic on top of JDBC in jOOQ, and starting from jOOQ 3.17 and #13502, an equiva...
|
||
A lot of RDBMS support standard SQL sequences of some form. The standard SQL syntax to create a sequence is: The following is how you could ...
|
||
For SQL beginners, there's a bit of an esoteric syntax named PARTITION BY, which appears all over the place in SQL. It always has a similar ...
|
||
Questions that might be a bit more difficult to solve using ordinary SQL are questions of the kind: What films have the same actors as a giv...
|
||
A long standing feature request has seen little love from the jOOQ community, despite a lot of people probably wanting it. It goes by the un...
|
||
A tidal wave is rippling through the Java ecosystem. It is the renaming of javax to jakarta package names. Now, while we've all been whining...
|
||
I've recently stumbled upon this interesting Stack Overflow question about Hibernate's popular MultipleBagFetchException . The question is s...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler