quarkus-jooq
quarkus-jooq copied to clipboard
Postgresql 14 Support
I'm getting the following error message.
(Quarkus` Main Thread) Version mismatch : Database version is older than what dialect POSTGRES supports: 14.11 (Debian 14.11-1.pgdg120+2). Consider https://www.jooq.org/download/support-matrix to see what jOOQ version and edition supports which RDBMS versions.
The support-matrix tells me the version used in this library is not capable of using this version of postgresql. Is there any workarounds to this?
Which Postgres 14 minor version are you running? And what is the version of quarkus-jooq?