]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where a column with a SQL or server side default
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Feb 2011 20:16:13 +0000 (15:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Feb 2011 20:16:13 +0000 (15:16 -0500)
commit892cf78635f64368fce7a21ba36f06093547e3dd
tree44719f5e0e9e966883a9a756bb9cbca394125402
parent1b3eb80b52773b8cc268d321379984a0572b7329
- Fixed bug where a column with a SQL or server side default
that was excluded from a mapping with include_properties
or exclude_properties would result in UnmappedColumnError.
[ticket:1995]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py