We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our charter claims syntax independence, yet our specification encodes Ion into the syntax.
Charter Format Independence
PartiQL syntax and semantics are not tied to any particular data format.
PartiQL Specification Data Model Syntax
scalar_value = "`", ? ion literal ?, "`" | ? sql literal ? ;
Generalize the backticks to be true to the charter while keeping Ion as the default.
<value> ::= "`" <utf8> "`" ["::" <encoding>] // if encoding is omitted, '::ion' is implicit | <sql literal> <encoding> ::= <regular identifier>
The text was updated successfully, but these errors were encountered:
See https://github.com/orgs/partiql/discussions/92
Sorry, something went wrong.
No branches or pull requests
Relevant Issue/Bug
Our charter claims syntax independence, yet our specification encodes Ion into the syntax.
Charter Format Independence
PartiQL Specification Data Model Syntax
Requested Solution/Feature
Generalize the backticks to be true to the charter while keeping Ion as the default.
The text was updated successfully, but these errors were encountered: