#2005: SQLAlchemy Operational errors with SQLite: Database is locked
---------------------+-----------------------
Reporter:  abompard  |       Owner:
    Type:  defect    |      Status:  reopened
Priority:  critical  |   Milestone:  0.8.5
 Version:  0.8.4p1   |  Resolution:
Keywords:  database  |
---------------------+-----------------------

Comment (by dustin):

 Evidence for the "database is locked" = "SQLITE_BUSY" assertion:
 * pysqlite just calls sqlite3_errmsg -
 
http://code.google.com/codesearch#aEvhAxCkZ8U/src/util.c&q=SQLITE_BUSY%20package:http://pysqlite%5C.googlecode%5C.com&l=68
 * sqlite3.c reads the message from an array, and:
   {{{
    113089     /* SQLITE_BUSY        */ "database is locked",
   }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2005#comment:20>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to