hibernate / hibernate-reactive

A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
https://hibernate.org/reactive
Apache License 2.0
441 stars 92 forks source link

Support Lob in Postgres #1663

Open DavideD opened 1 year ago

DavideD commented 1 year ago

Postgres Vert.x SQL client doesn't seem to support the OID type. See https://github.com/eclipse-vertx/vertx-sql-client/issues/1328

Marking this as regression, because it used to work before the Upgrade to ORM 6.2

dkostakev commented 4 months ago

Is there any clarity when the LOB is going to be supported in Postgres?

gavinking commented 4 months ago

Is there any clarity when the LOB is going to be supported in Postgres?

There is no BLOB or CLOB type in Postgres so you need to be much more specific about what you mean by this.

Of course, you should follow the advice in the Hibernate documentation and not use the useless @Lob annotation when mapping BYTEA columns:

https://docs.jboss.org/hibernate/orm/6.5/introduction/html_single/Hibernate_Introduction.html#lobs