termdbms icon indicating copy to clipboard operation
termdbms copied to clipboard

Fails to view SQLite databases containing STRICT tables

Open climbTheStairs opened this issue 3 years ago • 0 comments

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)

climbTheStairs avatar Jul 08 '22 05:07 climbTheStairs