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

Buildbot nobody at buildbot.net
Mon Feb 21 22:47:03 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):

 the reply is
  You should close the cursor after executing PRAGMA table_info('foo'). You
 cannot modify database schema while there are still outstanding statements
 (on the same or other connections).

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


More information about the Commits mailing list