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

Fix spec errors from partiql-lang#6 and partiql-lang#33 #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alancai98
Copy link
Member

Fixes errors mentioned in #6 and #33.

Fixed errors include:

  • keywords used as identifiers
  • missing quotes
  • missing commas after binding tuples
  • missing FROM source aliases
  • missing binding tuple syntax (i.e. < and >)
  • typos (e.g. an PartiQL, GROUPY, SELECT VALUES)
  • broken references
  • missing brackets

Other style changes include

  • fix to subscript

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

----
SELECT ...ei.n...
SELECT ... e~i~.n...
Copy link
Member

Choose a reason for hiding this comment

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

Interestingly, the PDF doesn't render this right, but HTML now looks good.

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.

Tracking issue for typos in current partiql specification Some examples in PartiQL spec fail to compile
2 participants