Its actually a bit easier than what jason.h.smith said...
The problem is that SQLObject still tries to create the autogenerated
intermediate table, even though you specified an existing SQLObject
(subclass) as the intermediate table.

Rather than using "tg-admin sql create" you can do "tg-admin sql sql >
schema.sql", edit out the extra table, then use the sql file to create
your tables with your database system.

Sean


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to