]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby list-based attributes, like pickletype
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Jun 2009 22:23:08 +0000 (22:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Jun 2009 22:23:08 +0000 (22:23 +0000)
commit964fac813c205a5f8656f8cbe2bb77815e5f3556
treea9f3de8e728e73ff356b2ee4f003f27df6a7dc11
parent44b6977cf4eab8e91ac617efd9bc37dbf86101b4
- Fixed bug whereby list-based attributes, like pickletype
and PGArray, failed to be merged() properly.
CHANGES
lib/sqlalchemy/orm/state.py
test/orm/test_merge.py