On Oct 15, 2008, at 9:27 PM, Michael Bayer wrote:

>
> from sqlalchemy.pool import StaticPool
> create_engine('sqlite://', poolclass=StaticPool)
>


here it is completely:

create_engine('sqlite://', poolclass=StaticPool,  
connect_args={'check_same_thread':False})


also make sure you're on 0.4.7p1 at least....0.4.0 is ancient



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to