On Nov 1, 3:13 pm, Matthew Newhook <[EMAIL PROTECTED]> wrote: > I posted this message in the pylons group but as of yet have received > no response.
I saw it there and followed here. And subscribed while I'm at it - I'm playing with SQLAlchemy myself recently. > http://groups.google.com/group/pylons-discuss/browse_frm/thread/093ec... > > I've been looking into this problem a little more. From my reading of > the SQLite documentation there should be a 5 second timeout by default > (I'm using pysqlite 2.3.2). [...] Please update to the latest pysqlite (version 2.3.5). I've improved pysqlite's concurrency with 2.3.4 by deferring the implicit BEGIN/ COMMITs. This was the problem and the patch: http://initd.org/tracker/pysqlite/ticket/184 -- Gerhard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
