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

Cmn 1248 add cte #126

Closed
wants to merge 0 commits into from
Closed

Cmn 1248 add cte #126

wants to merge 0 commits into from

Conversation

if-loop69420
Copy link
Contributor

Summary

Add common table expressions (CTEs) to the parser

What has been done?

  • Add SyntaxKinds and Tokens to support CTEs
  • Add CTEs and various other clauses
  • Add tests for CTEs
  • Add CTEs to parsing of blocks

"It's darkest before the soul"

Copy link
Contributor

@KieranKaelin KieranKaelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests for all the special clauses, without them it's pretty must just praying the code is correct.

src/grammar/query.rs Outdated Show resolved Hide resolved
src/grammar/query.rs Outdated Show resolved Hide resolved
src/grammar/query.rs Outdated Show resolved Hide resolved
src/grammar/query.rs Outdated Show resolved Hide resolved
src/grammar/query.rs Outdated Show resolved Hide resolved
src/grammar/query.rs Outdated Show resolved Hide resolved
src/grammar/query.rs Outdated Show resolved Hide resolved
src/grammar/query.rs Outdated Show resolved Hide resolved
src/grammar/query.rs Outdated Show resolved Hide resolved
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.

2 participants