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

Implementation of String arrays in queries/insert/updates #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexwen
Copy link

@alexwen alexwen commented Jan 6, 2016

Relates to #33

I went with a very narrow fix for solving my immediate use case. Support for varchar SQL arrays on non-H2 databases. I have only tested this against Postgres, though I did at least look at Oracle documentation for arrays to see that they create arrays in the same manner.

I did try a few things for more general purpose array handling but I was unable to easily infer the type from the Postgres metadata so I was wary of attempting anything too fancy and likely hurting any chance of cross database compatibility.

I still think it would be good to have a more general purpose pluggable mechanism as we discussed in #33 but that would take some deeper architectural deviations then I am comfortable undertaking at this time.

Please, let me know what your thoughts are.

@davidmoten
Copy link
Owner

Sorry Alex, I'm a victim of too many email notifications and I let this slip. I'll keep it in mind and come back to this soon.

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

Successfully merging this pull request may close these issues.

2 participants