Skip to content

Local database is locked #120

Description

@olivhoenen

Something I encountered when using a production client 0.15.2 while my local database has been updated from previous tests with develop (0.15.3.dev253)

$ simdb sim list
Error: (sqlite3.OperationalError) database is locked
[SQL: 
CREATE TABLE metadata (
	id INTEGER NOT NULL, 
	sim_id INTEGER, 
	element VARCHAR(250) NOT NULL, 
	value BLOB, 
	PRIMARY KEY (id), 
	FOREIGN KEY(sim_id) REFERENCES simulations (id)
)

]
(Background on this error at: https://sqlalche.me/e/14/e3q8)

$ simdb --version
simdb, version 0.15.2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions