On 09/10/2010 05:41 PM, Michael Bayer wrote:
> On Sep 10, 2010, at 4:13 AM, alex wrote:
>
>> hello friends,
>>
>> as sqlite has recently introduced support for on delete/update cascade,
>> i'd like to implement the passive_* functionality for this driver too.
>>
>> please give me a hint where to start.
> passive_delete and passive_update are database agnostic and only apply to 
> what effects the ORM can expect from the underlying schema, just use them 
> normally.
>
thanks a lot for your response michael.
i spent a little time to make a more isolated test case, and it works with
sa+orm, but not with elixir, that seems to forget to pass the passive_deletes.
i'm further inquiring there, in a hope to make a patch.

best regards,
alex

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