]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
pg8000 passing test/sql/test_types.py
authorTony Locke <tlocke@tlocke.org.uk>
Mon, 23 Jun 2014 19:45:16 +0000 (20:45 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jul 2014 21:10:44 +0000 (17:10 -0400)
commitd14c3f8f1d645f64de51de3f71172611389eeec2
treec115a322ddf383a2ba0ecdd783c7bab8f01c6ecc
parent8920439aa64fc537cd8fd89483d1111170d7bf3c
pg8000 passing test/sql/test_types.py

Opened up two tests that now pass with pg8000. Also, rewrote two tests
to use actual tables rather than having a round trip in a single select
statement. This is necessary for pg8000 because it sends strings to the
server with type 'unknown' and lets the server work out the type.
test/sql/test_types.py