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

Re-align CQL datatypes with the CQL spec #2547

Open
ewoutkramer opened this issue Jul 20, 2023 · 0 comments
Open

Re-align CQL datatypes with the CQL spec #2547

ewoutkramer opened this issue Jul 20, 2023 · 0 comments
Labels
breaking change This issue/commit causes a breaking change, and requires a major version upgrade enhancement to be triaged

Comments

@ewoutkramer
Copy link
Member

Is your feature request related to a problem? Please describe.
The CQL date types as currently defined diverge from the (latest?) specification of CQL:

  • There is no timezone on Date and Time
  • Times use millis, not fractions.

Currently, we allow timezones on Date and Time and we use fractions internally (since DateTimeOffset uses fractions).

Describe the solution you'd like
We should strictly align with the spec and refuse to handle timezones and precisions beyond milliseconds.

@ewoutkramer ewoutkramer added enhancement breaking change This issue/commit causes a breaking change, and requires a major version upgrade labels Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This issue/commit causes a breaking change, and requires a major version upgrade enhancement to be triaged
Projects
Status: Todo
Development

No branches or pull requests

2 participants