eclipse-vertx / eclipse-vertx/vertx-sql-client

Postgres large object support

Open
#1,328 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.