We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does slick-pg support multi dimensional arrays as postgres does? https://www.postgresql.org/docs/9.3/static/arrays.html @tminglei pgjdbc is supporting multidimensional arrays https://jdbc.postgresql.org/documentation/head/arrays.html
The text was updated successfully, but these errors were encountered:
@DhavalKolapkar didn't think about it. I can try to support it.
Sorry, something went wrong.
nested or 2 dimensional array support #386
658792b
@DhavalKolapkar I did some enhancement to support it. Can you give it a try?
a better fix for #385
7e6bde8
Released in v0.16.0
No branches or pull requests
Does slick-pg support multi dimensional arrays as postgres does?
https://www.postgresql.org/docs/9.3/static/arrays.html
@tminglei pgjdbc is supporting multidimensional arrays
https://jdbc.postgresql.org/documentation/head/arrays.html
The text was updated successfully, but these errors were encountered: