]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mapper double checks that columns in _compile_property are in the _cols_by_table...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Mar 2008 02:38:11 +0000 (02:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Mar 2008 02:38:11 +0000 (02:38 +0000)
commit3d5a852b1d1300310f8db47a000305bf55a28e0e
treea223df7d430fa574ae5298febbfa1ecf1ff3a497
parentc35a7171407568025c49257ea276b32eaf205dba
mapper double checks that columns in _compile_property are in the _cols_by_table collection
lib/sqlalchemy/orm/mapper.py
test/ext/declarative.py