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

SQLite Error "SQLite is not able to choose the isolation level REPEATABLE READ." #228

Open
Sundar69 opened this issue Oct 8, 2016 · 0 comments

Comments

@Sundar69
Copy link

Sundar69 commented Oct 8, 2016

The following sqlite error is from the "commit f354ebd" on ubuntu 14.04 machine. The "LOADING, PLEASE WAIT" screen gets never changes.

warn: First run, Setup running on localhost: port=3000
Executing (default): CREATE TABLE IF NOT EXISTS SequelizeMeta (name VARCHAR(255) NOT NULL UNIQUE PRIMARY KEY, UNIQUE (name));
Executing (default): PRAGMA INDEX_LIST(SequelizeMeta)
Executing (default): PRAGMA INDEX_INFO(sqlite_autoindex_SequelizeMeta_1)
Executing (default): SELECT name FROM SequelizeMeta AS SequelizeMeta ORDER BY SequelizeMeta.name ASC;
Executing (default): SELECT id, deviceID, lastSeen, isAllowed FROM Devices AS Device WHERE Device.deviceID = 'undefined_::ffff:127.0.0.1' LIMIT 1;
Executing (3b7317c5-1b3c-44a1-8744-33062845f5c8): BEGIN DEFERRED TRANSACTION;
Executing (3b7317c5-1b3c-44a1-8744-33062845f5c8): -- SQLite is not able to choose the isolation level REPEATABLE READ.
Executing (3b7317c5-1b3c-44a1-8744-33062845f5c8): -- SQLite does not support SET autocommit.

@Sundar69 Sundar69 changed the title Sqlite error SQLite Error "SQLite is not able to choose the isolation level REPEATABLE READ." Oct 8, 2016
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

1 participant