On 9/8/06, Italo Maia <[EMAIL PROTECTED]> wrote: > > I created a new project with the newest tg version, 9.9a i think, and > did find this piece of code in app.cfg. User and group are reserved > words for sql, so, these below should use different names. >
Yes and no. Yes, User and Group are reserved words in SQL, but no they don't need to use different names. The User and Group classes use sqlmeta to change their table names to tg_user and tg_group so there are no naming clashes. Lee -- Lee McFadden blog: http://www.splee.co.uk work: http://fireflisystems.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

