I don't think it is something you need to add to web2py. This is really a workaround for sqlite because it doesn't respect the normal keywords of ON DELETE RESTRICT or CASCADE. It's a simple enough work- around that is added to the model file for sqlite but not the other databases.
On Jun 10, 7:32 pm, mdipierro <[email protected]> wrote: > Got a little lost. Sorry. If you want me to implement this please > summarize the result and give an example of API and an example of the > SQL that should be generated. > > Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

