Skip to content

Refine collection-like property conversion using arrays #1569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mp911de opened this issue Jul 19, 2023 · 2 comments
Open

Refine collection-like property conversion using arrays #1569

mp911de opened this issue Jul 19, 2023 · 2 comments
Labels
type: bug A general bug

Comments

@mp911de
Copy link
Member

mp911de commented Jul 19, 2023

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.

@schauder
Copy link
Contributor

schauder commented Oct 2, 2024

See #1900

@schauder
Copy link
Contributor

schauder commented Oct 2, 2024

StringBasedJdbcQuery is one place where arrays are getting handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants