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

[V1] Remove symbol and sexp from PType and Datum #1572

Open
RCHowell opened this issue Aug 28, 2024 · 0 comments
Open

[V1] Remove symbol and sexp from PType and Datum #1572

RCHowell opened this issue Aug 28, 2024 · 0 comments
Labels
V1 This is related to the V1 release of PartiQL.

Comments

@RCHowell
Copy link
Member

Description

Symbol and S-Expression types are to be removed from PType (and Datum) until some definitive decision is made on their place in the type system.

We still ready Ion in backticks like so,

-- sexp example
`(1 2 3)` -> [ 1, 2, 3 ] -> type: ARRAY

-- symbol example
`foo` -> 'foo' -> type: STRING
@RCHowell RCHowell added the V1 This is related to the V1 release of PartiQL. label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V1 This is related to the V1 release of PartiQL.
Projects
None yet
Development

No branches or pull requests

1 participant