I have a data model that has two mutually-referring tables. Setting these up and tearing them down caused headaches.
I patched testutil.DBTest.setup to postpone adding all the constraints until after all the tables are created. I patched teardown to use CASCADE. Here's the two patches. Feedback requested. http://trac.turbogears.org/ticket/1891 http://trac.turbogears.org/ticket/1892 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
