-
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: support unnest() built-in function #12785
Comments
Supporting this function requires the addition of an interesting implicit cross-join behavior. It looks like using any function that returns a set of rows (
As you can see, the results of The concatenation behavior of the two
|
Ah, this behavior is discussed in #11215, which is a prerequisite of this issue. |
So are these kind of queries supposed to work or will work in future ?
|
https://www.postgresql.org/docs/9.6/static/functions-array.html
This is needed for the second line of the following ActiveRecord query:
The text was updated successfully, but these errors were encountered: