Skip to content

Conversation

@alancai98
Copy link
Contributor

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.

[subs="+normal"]
----
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