Michael Chesterton <[EMAIL PROTECTED]> writes: > I switched to postgresql, I was going to switch eventually anyway, > and all the tests pass. Thank you very much ;) > > The only issue is speed, and the order of creating and dropping tables > is important. At the moment I'm using brute force, but I'll have to > come up with something better.
Actually, I still ran in to problems. Turns out I needed to run session.clear() in the teardown. I've retested in sqlite3 3.1.3 and I didn't get the same error. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

