Skip to content
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

Remove special handling of Arrays #998

Open
schauder opened this issue Jul 1, 2021 · 1 comment
Open

Remove special handling of Arrays #998

schauder opened this issue Jul 1, 2021 · 1 comment

Comments

@schauder
Copy link
Contributor

schauder commented Jul 1, 2021

Instead of using special code paths for the handling of arrays these should be handled by converters.

The same #992 to did for AggregateReference

@mp911de
Copy link
Member

mp911de commented Sep 13, 2023

To some extent, #1593 has fixed the issue regarding collections and arrays. Converters are expected to handle individual values hence the JdbcConverter (and its R2DBC variant) are expected to iterate over all collection values and apply conversion.

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

No branches or pull requests

2 participants