Skip to content

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

Open
alexwen wants to merge 1 commit intodavidmoten:masterfrom
alexwen:string_array
Open

Implementation of String arrays in queries/insert/updates#51
alexwen wants to merge 1 commit intodavidmoten:masterfrom
alexwen:string_array

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

Comments