Hi Michael,

Am Donnerstag, den 24.06.2010, 11:07 -0400 schrieb Michael Bayer:

> > So, as a stop gap measure, how do I pass isolation_level=None to
> > sqlite3.connect via SA?
> 
> just use connect_args, should be in the docs:
> 
> from sqlalchemy import *
> 
> e = create_engine('sqlite://', connect_args={'isolation_level':None})

That's what I thought but it does not cure my problem.
e.raw_connect().isolation_level is in fact None, but the rollback is not
done anyway. :-(

Thanks, Torsten

-- 
DYNAmore Gesellschaft fuer Ingenieurdienstleistungen mbH
Torsten Landschoff

Office Dresden
Tel: +49-(0)351-4519587
Fax: +49-(0)351-4519561

mailto:torsten.landsch...@dynamore.de
http://www.dynamore.de

Registration court: Mannheim, HRB: 109659, based in Karlsruhe,
Managing director:  Prof. Dr. K. Schweizerhof, Dipl.-Math. U. Franz

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to