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

sql: enable uses of column references in array subscripts #11790

Closed
knz opened this issue Dec 2, 2016 · 0 comments
Closed

sql: enable uses of column references in array subscripts #11790

knz opened this issue Dec 2, 2016 · 0 comments
Assignees
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL

Comments

@knz
Copy link
Contributor

knz commented Dec 2, 2016

Like this:

select a[10] from foo when a is a column of array type.

Since we now have proper typing support for arrays the syntax can be supported.
This is a sub-issue of #8318.

@knz knz added the A-sql-pgcompat Semantic compatibility with PostgreSQL label Dec 2, 2016
@knz knz self-assigned this Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL
Projects
None yet
Development

No branches or pull requests

1 participant