[Buildbot-commits] [Buildbot] #1810: older versions of sqlite don't handle DDL changes between connections

Buildbot nobody at buildbot.net
Tue Feb 15 04:13:07 UTC 2011


#1810: older versions of sqlite don't handle DDL changes between connections
---------------------+--------------------
Reporter:  dustin    |       Owner:
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:  0.8.4
 Version:  master    |  Resolution:
Keywords:  database  |
---------------------+--------------------

Comment (by Dustin J. Mitchell):

 Workaround SQLite bug with caching table metadata

 This runs 'SELECT * from sqlite_master' before each pool operation, when
 using the sqlite dialect.  Refs #1810.
  Changeset: 68285a36bb37b05515976a5f0139f66f06969a9f

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1810#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list