As said, when the tables are simlear you should just inherent from plain SQLObject. The InheritableSQLObject follows the Class Table Inhertance pattern. It creates a table with only the subclass columns and obtains the superclass columns trough a join. Inherting from the *normal* SQLObject class resembles the Concrete Table Inherentance pattern.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

