jOOQ seems to switch between using TABLES
and plural STMTS
to ENTITIES
and singular STMT
in jOOQ-internal classes for no clear discernable reason.
Those needless changes kind of pollute our git commits and I am hoping to stabilise them.
What is causing those switches, and can we lock in jOOQ into either?
One thing that's being bounced around as an idea is developer platform? (MacOS vs Linux, in this case). Database runs in a docker container, though.
The problem here is that the overload ordering algorithm may not be stable for PostgreSQL overloaded functions. Relevant issues include:
Historic issues:
Workarounds include:
GeneratorStrategy
.