]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
NamedTuple is pickleable ! no really with all the protocols too !
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jan 2010 17:11:27 +0000 (17:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jan 2010 17:11:27 +0000 (17:11 +0000)
commit3c1a8adc782b9440b3e7e350712cdfa231c56f7f
treeec54c4be11682f6221fab4a744c83a28bd188e30
parentfccc3774171f1cbf6490363fe9d20d8cc9d78827
NamedTuple is pickleable !  no really with all the protocols too !
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/util.py
test/orm/test_pickled.py
test/orm/test_query.py