[sqlalchemy] Re: FYI: AutoCode moved to a new repository

2007-10-11 Thread John M Camara
I performed a release under LGPL. Hope that this is ok and fits into the sqlalchemy environment. Why not just release it under MIT like SQLAlchemy? The project will likely receive wider use under MIT rather than LGPL. --~--~-~--~~~---~--~~ You received this

[sqlalchemy] Re: polymorphic_identity determination

2006-11-05 Thread John M Camara
Randall Smith wrote: For discussion, consider the Employee, Manager, Engineer example from the docs. If I were designing the tables, I would not normally have a type field. I would use the null status of engineer_info or manager_data to determine the employee type. Or if that data was in