Skip to content

Conversation

@simolus3
Copy link

@simolus3 simolus3 commented Nov 7, 2025

For DATE, DATETIME, TIME and TIMESTAMP types, this package offered two options:

  • Exposing them as a JavaScript Date, which looses sub-millisecond precision.
  • Exposing them as text, which uses the builtin Date formatting, making values harder to parse than necessary.

Since this package is mainly used in the sync service, this changes the implementation to unconditionally emit those types as structures. This will allow the sync service to render time values into a format understood by SQLite with full control over the exact format.

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.

2 participants