Skipped test on db version not supporting unicode identifiers

This commit is contained in:
Daniele Varrazzo 2018-05-14 03:11:11 +01:00
parent eb570488a4
commit dd7e5c906f

View File

@ -358,6 +358,7 @@ class NamedTupleCursorTest(ConnectingTestCase):
self.assertEqual(rv.f3, 3)
@skip_before_python(3)
@skip_before_postgres(8)
def test_nonascii_name(self):
curs = self.conn.cursor()
curs.execute('select 1 as \xe5h\xe9')