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

feat: Support multiple values in SET #120

Merged
merged 2 commits into from
Aug 24, 2023

Conversation

MazterQyou
Copy link
Member

@MazterQyou MazterQyou commented Aug 24, 2023

This PR bumps cube-js/sqlparser-rs@ac5fc7c, allowing setting multiple values with SET with PostgreSQL or Redshift syntax, e.g. SET a = b, c.
One case where this is problematic is SET search_path = public, other_schema with PostgreSQL. Such a query is issued, for instance, by DBeaver.

@MazterQyou MazterQyou merged commit 90f0168 into cubesql-3-04-2022 Aug 24, 2023
23 checks passed
@MazterQyou MazterQyou deleted the cubesql/set-multiple-values branch August 24, 2023 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant