Jorge Vargas wrote:
> This is a recurrent question/problem in the mailing list.
> 
> People went starting to work on identity will probably name their class 
> Group.
> People that are probably testing TG will want to make a shopping cart or 
> something similar and will probably come up with the Order class

This is not user error, this is a bug in SQLObject. Field names should be 
properly quoted (backticks 
in MySQL). I'm not aware of any SQL database which imposes restrictions on 
table and column names.

Table and column names should always be quoted in SQL on general principal.

I will file a bug.

-Rob

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