termdbms
termdbms copied to clipboard
Fails to view SQLite databases containing STRICT tables
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)