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
This is an unmaintained project kept for reference purposes. There may be a
number of bugs and mis/undocumented features.
On Apr 11, 2014 8:50 AM, "R E Broadley" [email protected] wrote:
Running this command on my system gives:-
BEGIN TRANSACTION;
CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB);
INSERT INTO "config" VALUES('config_schema_version',2);
COMMIT;
rather than the output suggested by the README.rst file.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.
Running this command on my system gives:-
BEGIN TRANSACTION;
CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB);
INSERT INTO "config" VALUES('config_schema_version',2);
COMMIT;
rather than the output suggested by the README.rst file.
The text was updated successfully, but these errors were encountered: