Open spheenik opened 5 months ago
Thanks for your report. Neither enum types nor arrays are currently explicitly supported, see the list of known limitations here:
Thanks Lukas. We settled on using JDBC for the affected queries for the time being, and will patiently wait for your fix.
Expected behavior
Querying a record which contains an enum array in R2DBC works.
Actual behavior
Querying a record which contains an enum array using R2DBC fails with
I've read the issue about the R2DBC restrictions here: https://github.com/jOOQ/jOOQ/issues/13590
It mentions an issue with enum arrays in R2DBC: https://github.com/pgjdbc/r2dbc-postgresql/issues/391
But this issue has long been resolved.
Steps to reproduce the problem
unfortunately none atm
jOOQ Version
3.19.7 (OSS)
Database product and version
Postgres 16.2
Java Version
OpenJDK 17
JDBC / R2DBC driver name and version (include name if unofficial driver)
postgresql 42.6.2 // r2dbc-postgresql 1.0.4.RELEASE