On Jun 24, 2010, at 12:35 PM, Torsten Landschoff wrote:
> 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. :-(
its passing it through.....dont know what else we can do there
>
> Thanks, Torsten
>
> --
> DYNAmore Gesellschaft fuer Ingenieurdienstleistungen mbH
> Torsten Landschoff
>
> Office Dresden
> Tel: +49-(0)351-4519587
> Fax: +49-(0)351-4519561
>
> mailto:[email protected]
> 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 [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.
>
--
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.