Here is another reference http://www.sqlobject.org/SQLObject.html#irregular-naming that allows you to override the table name to
use.

IE.

class User(SQLObject):
    _table = 'app_user'

class Group(SQLObject):
    _table = 'app_group'

class Order(SQLObject):
    table = 'app_order'

--
--
Nicky Ayoub
G-Mail Account
--~--~---------~--~----~------------~-------~--~----~
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