This would perhaps be better answered on the SQLObject list...I'll ask there too but Oleg is on vacation for ten more days and I know that the odds of getting a question answered are diminished when he is not around.
So I keep humming along on this upgrade of someone else's code...the current problem is that I have a table with the column name 'condition' which apparently is not a reserved word in 4.0 but is a reserved word in 5.0. When SQLObject translates its stuff to sql it does not put quotes around the column names. If it only would everything would work fine. I could rename the column, but the word is used a lot in the program in different ways, so it will get confusing to make sure I only change the right ones Is there a way to force SQLObject to quote it properly? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

