summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-09-16 08:26:14 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2020-09-16 10:44:37 -0400
commit362c9277b2d4d27cbcff359ba29c1e71005fed18 (patch)
treecfb401b17cd52da632ffe5a8e4231c063c87c2bf /test/dialect/postgresql/test_compiler.py
parent8ebc8184392e20727748cd1405245e527f17e111 (diff)
downloadsqlalchemy-362c9277b2d4d27cbcff359ba29c1e71005fed18.tar.gz
Don't change asyncpg's "char" codec
This codec was used to ensure the "pg_attribute.generated" column comes back as a string and not bytes, matching how other PG drivers treat this datatype. However, this breaks asyncpg's internal implementation of set_type_codec going forward and the "char" datatype is actually a bytes in any case. So at the moment it appears psycopg2/pg8000 are broken for mis-treatment of the datatype and asyncpg is broken in that it was allowing us to change a codec that it appears to rely upon internally. Fixes: #5586 Change-Id: I937eba315904721aa4e2726b95432910a8affe5f
Diffstat (limited to 'test/dialect/postgresql/test_compiler.py')
0 files changed, 0 insertions, 0 deletions