]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in composite types which prevented a primary-key
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Nov 2008 21:15:19 +0000 (21:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Nov 2008 21:15:19 +0000 (21:15 +0000)
commit7576315169ccb8606f148d040c3602e1e21a04fd
treeb31648a7810d964a279f304b0f6025c810be4754
parent9f894d2f265bb5fd03ab0b3aa3fd164108c99259
- Fixed bug in composite types which prevented a primary-key
composite type from being mutated [ticket:1213].
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py