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

