On 20/03/06, Karl Guertin <[EMAIL PROTECTED]> wrote: > > On 3/20/06, Ed Singleton <[EMAIL PROTECTED]> wrote: > > However, I'm not sure if this will break other things in TurboGears. > > Does anyone know if it will? For example does any other part of > > TurboGears specifically look for SQLObject's StringCol? > > The only places in SQLObject that deal explicitly with column types > are the Model Designer and Catwalk tools from the toolbox and the > fastdata module. Fastdata shouldn't break, isinstance(instance, > baseclass) works on subclasses, but I haven't looked at the toolbox > tools. I'm less confident that SQLObject will keep working. I don't > think there's any metaclass magic going on in Col that will get messed > up, but I'm not sure.
The SQLObject mailing list seem to think it will be fine from SQLObject's point of view and I have too many tables and columns to really use Model Designer or Catwalk so I should be okay then. Many thanks Ed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

