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

Fails to view SQLite databases containing STRICT tables #27

Closed
climbTheStairs opened this issue Jul 8, 2022 · 1 comment
Closed

Fails to view SQLite databases containing STRICT tables #27

climbTheStairs opened this issue Jul 8, 2022 · 1 comment

Comments

@climbTheStairs
Copy link

If I create a STRICT table in a SQLite database:

CREATE TABLE user(id INTEGER, username TEXT) STRICT;

then try to open it with termdbms, I receive the following error:

database disk image is malformed: malformed database schema (user) - near "STRICT": syntax error (11)
@mathaou
Copy link
Owner

mathaou commented Feb 14, 2023

I believe this is a limitation of the SQLite driver I'm using. I opted to go with 100% Go for portability reasons, but there's a C driver that is likely more up to date on all the syntax.

@mathaou mathaou closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2023
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

No branches or pull requests

2 participants