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(oracle): Support for CONNECT BY [NOCYCLE] #3238

Merged
merged 2 commits into from Mar 28, 2024

Conversation

VaggelisD
Copy link
Collaborator

Fixes #3237

Oracle supports only NOCYCLE as an option parameter after CONNECT BY; Other dialects that support connect queries (such as Redshift and Snowflake, from what I could find) do not seem to specify any parameters.

Docs

sqlglot/parser.py Outdated Show resolved Hide resolved
Remove unnecessary none

Co-authored-by: Jo <46752250+georgesittas@users.noreply.github.com>
@georgesittas georgesittas merged commit 59f1d13 into main Mar 28, 2024
5 checks passed
@georgesittas georgesittas deleted the vaggelisd/oracle_nocycle branch March 28, 2024 13:24
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 this pull request may close these issues.

Oracle queries with keyword NOCYCLE not supported in CONNECT BY NOCYCLE PRIOR
2 participants