]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in :class:`.AbstractConcreteBase` extension where
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Jul 2015 19:39:04 +0000 (15:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Jul 2015 19:39:04 +0000 (15:39 -0400)
commitb68c9ac93eea62a1f4ae2c0701e5af7c432e9432
tree8f28219ba9c66064bcae6f32d50c88be3998c3b4
parentcadc2e0ba00feadf7e860598030bda0fb8bc691c
- Fixed bug in :class:`.AbstractConcreteBase` extension where
a column setup on the ABC base which had a different attribute
name vs. column name would not be correctly mapped on the final
base class.   The failure on 0.9 would be silent whereas on
1.0 it raised an ArgumentError, so may not have been noticed
prior to 1.0.
fixes #3480
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/ext/declarative/api.py
lib/sqlalchemy/ext/declarative/base.py
test/ext/declarative/test_inheritance.py