]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reorganize the usage of __mapper_args__ so that it's only
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 May 2012 14:55:28 +0000 (10:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 May 2012 14:55:28 +0000 (10:55 -0400)
commit6c09e980139a694a0b18d8ef519605f46963405a
treedcb64f44ec9b790544bbcc76438a2169204e9791
parentc05b9e49a566f4ead41badfd3bdbff938e7f2230
- reorganize the usage of __mapper_args__ so that it's only
called after the __prepare__() step, if any, so that everything to
do with the mapping occurs after the table is reflected.
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative_reflection.py