]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a bug with the unitofwork's "row switch" mechanism,
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Jan 2009 06:11:17 +0000 (06:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Jan 2009 06:11:17 +0000 (06:11 +0000)
commitb23f8c0f2efea544954e1f6cfcdf4931b2f57213
treeb2e73ac4a609846197e97580abf249da7f528cbb
parent313762e86f889c45e35a5c81cef67941c517321d
- Fixed a bug with the unitofwork's "row switch" mechanism,
i.e. the conversion of INSERT/DELETE into an UPDATE, when
combined with joined-table inheritance and an object
which contained no defined values for the child table where
an UPDATE with no SET clause would be rendered.
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/unitofwork.py