You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also encountered this issue when trying to open an SQLite database created with cr-sqlite extension which uses STRICT modifier for its internal table.
[vscode-sqlite][ERROR] Failed to open database '.\data\todo.db': malformed database schema (crsql_tracked_peers) - near "STRICT": syntax error
When trying to open an database file with strict table enabled, it said
For strict table, see https://www.sqlite.org/stricttables.html
The text was updated successfully, but these errors were encountered: