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.

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