eclipse-vertx / eclipse-vertx/vertx-sql-client
Postgres large object support
Open
enhancement
help wanted
- Dominant language
- Java
- Stars
- 912
- Forks
- 212
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 3
Description
Hibernate Reactive's [LobTypeTest](https://github.com/hibernate/hibernate-reactive/pull/1657/commits/b019c53d9e43a64f271e13eb5c84be2221e77247) 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?
Contributor guide
Assessment
This issue has not been assessed yet.