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

ISE: "subquery in FROM must have an alias" in PG < 16 #7365

Closed
fantix opened this issue May 19, 2024 · 0 comments · Fixed by #7389
Closed

ISE: "subquery in FROM must have an alias" in PG < 16 #7365

fantix opened this issue May 19, 2024 · 0 comments · Fixed by #7389
Assignees

Comments

@fantix
Copy link
Member

fantix commented May 19, 2024

A bunch of tests failed on PG 15/14:

  • test_edgeql_casts_all_null
  • test_edgeql_casts_json_16
  • test_edgeql_casts_json_17
  • test_edgeql_expr_range_33
  • test_edgeql_expr_range_34
  • test_edgeql_expr_range_42
  • test_graphql_mutation_insert_range_02
  • test_graphql_mutation_update_range_02

Looks like it might be range-related but I'm not sure. One example is like:

https://gist.github.com/fantix/3bc1bf2e666b3971c97aece65bd182d1

@msullivan msullivan self-assigned this May 23, 2024
msullivan added a commit that referenced this issue May 24, 2024
Apparently #7312 some code in a SQL function that only works on
Postgres 16. Fix it.

Fixes #7365.
msullivan added a commit that referenced this issue May 24, 2024
Apparently #7312 some code in a SQL function that only works on
Postgres 16. Fix it.

Fixes #7365.
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 a pull request may close this issue.

2 participants