]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug introduced in 0.5.4 whereby Composite types
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 May 2009 22:45:56 +0000 (22:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 May 2009 22:45:56 +0000 (22:45 +0000)
commitfe3902771f51dea078bbee986e984c399aae2468
treeb32c5d305b049619a6b8573b13be69d6265a11d4
parent853992649c64252c3959b76600434f9cab05288c
- Fixed bug introduced in 0.5.4 whereby Composite types
fail when default-holding columns are flushed.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/properties.py
test/orm/mapper.py