You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the readme of https://github.com/pgjdbc/r2dbc-postgresql, a Postgres
bytea
can be mapped tobyte[]
,ByteBuffer
and R2dbcBlob
.But I tried to create a simple Spring Boot 3.x to experience it, only the
byte[]
works.And schema sql script is:
In my tests I tried to use these types to read and write a
bytea
.Only the
byte[]
case works, others requires a converter in the exception.The Sample project is here, https://github.com/hantsy/spring-r2dbc-sample/tree/master/boot-filepart
Beta Was this translation helpful? Give feedback.
All reactions