]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The _Binary base type now converts values through
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Apr 2013 23:34:46 +0000 (19:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Apr 2013 23:34:46 +0000 (19:34 -0400)
commita0e95869a4a17cc1c162341a05d0c8a04a398f55
tree473b07b4ef40558a858dc7176cc73df6d9987eaa
parentee7bb9c1744b4b09263ef32032afd38f694df136
The _Binary base type now converts values through
the bytes() callable when run on Python 3; in particular
psycopg2 2.5 with Python 3.3 seems to now be returning
the "memoryview" type, so this is converted to bytes
before return.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/types.py