]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
allow SQLA-defaults on table columns that are excluded in the mapper
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Jul 2008 13:45:29 +0000 (13:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Jul 2008 13:45:29 +0000 (13:45 +0000)
commitcfb9bbde7da6fe2b145a49851dc2d6424941ef25
tree358328c45deef934213160e9ada6edb3fa793e3d
parent59b25a513a0c0fa934a66c80963221bec4c90e8b
allow SQLA-defaults on table columns that are excluded in the mapper
lib/sqlalchemy/orm/mapper.py
test/orm/defaults.py