]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A warning is emitted when version_id_col is specified
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Dec 2010 19:56:26 +0000 (14:56 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Dec 2010 19:56:26 +0000 (14:56 -0500)
commit93549e51676532fa9a33a8bcf1a8d8ae97b7999e
tree0129e3f9024b79dc76ce5959f29929d6987f647c
parente0befbb150321626aacfe79354e3215af562bc50
- A warning is emitted when version_id_col is specified
on an inheriting mapper when the inherited mapper
already has one, if those column expressions are not
the same.  [ticket:1987]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_versioning.py