]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add support for pickling with mutable scalars, mutable composites
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jan 2011 00:54:31 +0000 (19:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jan 2011 00:54:31 +0000 (19:54 -0500)
commit4f18ce0af5d634120e85fe64d56f4f9310e13457
tree5e85df90b39934efe316a3508f4a957c2965aabf
parent350aed3fdb9f1e73e69655e53f44ca6a91c196da
- add support for pickling with mutable scalars, mutable composites
- add pickle/unpickle events to ORM events.  these are needed
for the mutable extension.
- finish mutable extension documentation, consolidate examples,
add full descriptions
doc/build/conf.py
doc/build/core/types.rst
doc/build/orm/extensions/mutable.rst
doc/build/orm/mapper_config.rst
lib/sqlalchemy/ext/mutable.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/state.py
test/ext/test_mutable.py
test/orm/test_pickled.py