On Jun 11, 7:41 am, Joe Barnhart <[email protected]> wrote: > 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.
Why not add to the DAL just like has been done for SQLAlchemy? http://code.google.com/p/sqlitefktg4sa/ This makes applications easier to move between DBs. F --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

