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
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.
The text was updated successfully, but these errors were encountered:
Sundar69
changed the title
Sqlite error
SQLite Error "SQLite is not able to choose the isolation level REPEATABLE READ."
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
FROMSequelizeMeta
ASSequelizeMeta
ORDER BYSequelizeMeta
.name
ASC;Executing (default): SELECT
id
,deviceID
,lastSeen
,isAllowed
FROMDevices
ASDevice
WHEREDevice
.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.
The text was updated successfully, but these errors were encountered: