-
Notifications
You must be signed in to change notification settings - Fork 413
Bug: SQLite incompatibility #2234
Copy link
Copy link
Closed
Labels
A-databaseArea: DB related changes including but not limited to knex, and ORM like structuresArea: DB related changes including but not limited to knex, and ORM like structuresC-bugType: BugType: BugC-documentationType: documentationType: documentation
Metadata
Metadata
Assignees
Labels
A-databaseArea: DB related changes including but not limited to knex, and ORM like structuresArea: DB related changes including but not limited to knex, and ORM like structuresC-bugType: BugType: BugC-documentationType: documentationType: documentation
Describe the bug
SQLite is the default database engine for Spoke development environments, but is not compatible with Spoke.
To Reproduce
Steps to reproduce the behavior:
Query cancelling not supported for this dialectandvalue is not an instance of DateExpected behavior
SQLite should either be made compatible with Spoke, or removed as the default database engine and Spoke should stop supporting it.
Screenshots


Platform:
Additional context
I didn't search for more SQLite errors after encountering the described errors above. There may be more.