Skip to content

Enhance SQLite week interval handling and add tests#88

Open
ChrisThompsonTLDR wants to merge 1 commit into
Flowframe:masterfrom
ChrisThompsonTLDR:bugfix/sqlite-dates
Open

Enhance SQLite week interval handling and add tests#88
ChrisThompsonTLDR wants to merge 1 commit into
Flowframe:masterfrom
ChrisThompsonTLDR:bugfix/sqlite-dates

Conversation

@ChrisThompsonTLDR
Copy link
Copy Markdown

  • Fixed compatibility issue with SQLite week interval date format
  • Added support for ISO week format in SQLite 3.46+
  • Introduced unit tests to validate week format handling in SqliteAdapter

resolves #81

- Fixed compatibility issue with SQLite week interval date format
- Added support for ISO week format in SQLite 3.46+
- Introduced unit tests to validate week format handling in SqliteAdapter
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.

Incorrect date format for week interval - SQLite < v3.46

1 participant