spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

Refine collection-like property conversion using arrays

Open mp911de opened this issue 2 years ago • 2 comments

We have multiple places that deal with array conversion also outside of the converter. That isn't ideal as array handling is distributed across the code base. Also, we do not properly convert individual array values, instead we use the conversion service to convert one array into another. Array-to-array conversion causes an inconsistency across modules as we should apply converters on a per-element level.

mp911de avatar Jul 19 '23 12:07 mp911de

See #1900

schauder avatar Oct 02 '24 11:10 schauder

StringBasedJdbcQuery is one place where arrays are getting handled.

schauder avatar Oct 02 '24 11:10 schauder