]> 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:14:54 +0000 (15:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Feb 2011 20:14:54 +0000 (15:14 -0500)
commit34f26ee255bf64cf6de6fb9a5f1285b696fa4bbd
tree26b00cada5ffb1c7bf56aeb9029b7d3ba74bea2c
parent6f16b8db6f08cefd68cdf251292316497eb849b3
- 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