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
Currently only a few types are supported for arrays, which we can map straight to database types.
We need to extend this to
a) consider Dialect specific conversions which will probably get introduced with the fix for #935
b) make the type determination used for the construction of arrays more robust.
schauder
changed the title
Couldn't determine JDBCType for class java.util.UUID
Add support for java.util.UUID and types handled by custom conversions in arrays.
May 10, 2021
When using List for postgres
UUID ARRAY
we gotCouldn't determine JDBCType for class java.util.UUID
But when using only UUID works fine.
See test here.
Our demo model.
Does spring-data List support only primitive types ?
We also tried adding UUID to String converters, but it doesn't seem to work neither.
The text was updated successfully, but these errors were encountered: