many thanks for your fast reply, now it works like
expected.

Regards

dn


Michael Bayer wrote:
> Since you are using the "threadlocal" engine strategy, your example
> below might also work if you simply say:
>
>    trans.add(engine)
>
> before performing your inserts, at which point the transaction will get
> a hold of the "contextual connection", which is the thread-local
> connection.  If that sounds confusing its because it is; the entire
> "threadlocal" idea is downplayed heavily in the 0.2 and 0.3 series for
> the very reason that its non-explicit and therefore confusing.
>
>   

--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to