quarkiverse / quarkus-jooq

Quarkus Jooq Extension
Apache License 2.0
68 stars 17 forks source link

Postgresql 14 Support #203

Open NickPaul41 opened 3 months ago

NickPaul41 commented 3 months ago

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?

ranjanashish commented 3 months ago

Which Postgres 14 minor version are you running? And what is the version of quarkus-jooq?