On 7/1/07, SMERSH009 <[EMAIL PROTECTED]> wrote: > > The second, but not as vital issue, is that capital letters in the > names get changed to underscores. > So for example pageID = IntCol() gets created as page_id INT actually this is a feature and overwritting it is more a pain, you will need to set columnName (if I recall correctly) AND you will need to overwrite all the alternateName, the default SO model does this for the identity classes, in general it makes the code much less readable. last but not least in general SQL tends to be case-insensitive and dba are used to _ names so it shouldn't be such a bad idea. > > Much thanks for the assistance. > Sam > > > > >
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

