]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Two tests now work for pg800 in EnumTest
authorTony Locke <tlocke@tlocke.org.uk>
Sat, 10 May 2014 13:55:21 +0000 (14:55 +0100)
committerTony Locke <tlocke@tlocke.org.uk>
Wed, 21 May 2014 18:17:41 +0000 (19:17 +0100)
commit30af3116286b39a8ffe328a5a99599528814a16b
tree7a718a30aaefd7d3b4cd38ed04be618a654b843a
parente36e2281000a130d751b60ffdcbc8449f5d85e7e
Two tests now work for pg800 in EnumTest

The two tests, test_create_table() and test_unicode_labels() previously
failed under pg8000, but now they pass, so this commit opens them up.
test/dialect/postgresql/test_types.py