]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the Binary type now returns data as a Python string
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Sep 2009 03:29:20 +0000 (03:29 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Sep 2009 03:29:20 +0000 (03:29 +0000)
commit0b292e8842851dd0ebb127ab1cd6131eefa288fe
treec035ef973e0cab3ac552b419c573423ba3ea4ff5
parentebcdb289d9dea98ac57fa6d2e410decb86febc7f
- the Binary type now returns data as a Python string
(or a "bytes" type in Python 3), instead of the built-
in "buffer" type.  This allows symmetric round trips
of binary data. [ticket:1524]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/types.py
test/orm/test_unitofwork.py
test/sql/test_types.py