Hi, > sorry, i havent been following. two++ dicts ?! this is getting out > of hand. if we have to have any dicts at all, it would be just one > dict. and also, it should be proxied through a property so that if > you dont access it, its never even created.
I have just put a proposed patch on ticket #573. It uses "info" as the name and puts it on SchemaItem. Due to the way constructors are arranged for SchemaItem subclasses, I've explicitly put this in the constructor for Table and Column. Happy to take further comments on this; at least now we've got a straw man to pull apart. Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
