Open
Description
Hibernate Reactive's LobTypeTest fails using PostgreSQL by returning a NULL for a CLOB string or byte[] column type.
We're currently using vertx-pg-client 4.4.2 & hibernate-orm 6.2.4.Final
- Documentation for 4.4.x vertx PG client does not include CLOB/BLOB support but PG 15.2 uses
oid
type.
Are you planning on implementing this support and converting PG's oid
type?
or is it a bug?