[Buildbot-commits] [Buildbot] #2005: SQLAlchemy Operational errors with SQLite: Database is locked
Buildbot
nobody at buildbot.net
Mon Jul 18 05:52:18 UTC 2011
#2005: SQLAlchemy Operational errors with SQLite: Database is locked
---------------------+-------------------------
Reporter: abompard | Owner:
Type: defect | Status: closed
Priority: critical | Milestone: 0.8.5
Version: 0.8.4p1 | Resolution: worksforme
Keywords: database |
---------------------+-------------------------
Comment (by Dustin J. Mitchell):
Set journal mode to WAL for SQLite
This mode allows *much* greater concurrency, and should fix
DatabaseLocked errors (which are really SQLITE_BUSY). Refs #2005.
Changeset: 4050c5e7a2641df56f792b06fc1aea6c16221e8f
--
Ticket URL: <http://trac.buildbot.net/ticket/2005#comment:15>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list