Hi all,
Just read a few threads about the issue of SQLObject trying to create
tables in the wrong order, and the use of soClasses as a workaround.
However, using soClasses has the following problem: "tg-admin sql drop"
still fails, as it tries to drop the tables in the same order they were
created. I think the correct way is to drop the tables in reverse
order.
As Arthur said is a known issue, I even created a wiki page for it http://trac.turbogears.org/turbogears/wiki/soClasses
Actually the problem is a little more complicated then the order, it's a weird issue with the fact that references to other tables are strings. the people at SQLObject list said a couple of reasons why this is suchs a problem. when I talk about it on the list they complain about the commandline tool usage :)
so maybe a patch will have to be done to that to get a soClasses as parameter or something.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

