I would say this should be appropriate in the TG docs re: using SQLObject and a reminder in "writing your own identity model" as part of the warning against doing the same thing with "User" as that is often reserved by databases as well.
Maybe there is a way to add this kind of checking to SQLObject somehow, where it throws an error or something when it detects you using a keyword for a table name. I would assume that this is not terribly difficult considering SQLObject already has a list of all the SQL keywords, but I haven't really looked at the code to check for certain. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

