-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: add support for ARRAY indexing #10518
Comments
wasn't this fixed by #10669? |
Closing this for now, re-open if I misunderstood something. |
The change you referenced added support for indexing array expressions, but not array columns. I'm going to reopen this for now and close it once that second need is met. |
Oh I just opened #11790 to react to Jordan's question on this. What do we do? Close one of the issues as dup of the other? |
Yes it looks like this can be closed in favor of the more specific issue. Thanks! |
Subissue of #2115.
See https://www.postgresql.org/docs/9.6/static/arrays.html#ARRAYS-ACCESSING.
We currently have basic support for ARRAYs at the SQL interpreter level, but we do not support array indexing. We should add this support to permit proper functionality of Hibernate.
The text was updated successfully, but these errors were encountered: