Michael Bayer wrote:
However, since its the less usual case when one masks out a column with a relation intentionally, I can try to make it detect the condition when you mask one of the table columns with a relation which is otherwise not present as a property, and raise an exception which basically says, "specify 'override_ok=True' to ignore this condition".
I think it is important to force a level of explicitness in this area, particularly for those people coming to SQLAlchemy from other ORM's where there is a high degree of coupling between the class and the table - SQLAlchemy's power and flexibility in this area might well be unanticipated. Robert ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

