]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes to the ``sqlalchemy.ext.serializer`` extension, including
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Apr 2013 19:51:29 +0000 (15:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Apr 2013 19:51:29 +0000 (15:51 -0400)
commite3a7015f8991cea869c6e59cd537fec9836fc9bd
treefc051a11d664f4fc6b7ab8d0048388ef4f518af1
parent22c4ae0aaf3a00e9020c3950a53d2a3238b2091c
Fixes to the ``sqlalchemy.ext.serializer`` extension, including
that the "id" passed from the pickler is turned into a string
to prevent against bytes being parsed on Py3K, as well as that
``relationship()`` and ``orm.join()`` constructs are now properly
serialized. [ticket:2698] and some other observed issues.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/ext/serializer.py
lib/sqlalchemy/orm/relationships.py
test/ext/test_serializer.py