mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 18:33:44 +03:00
Skipped test on db version not supporting unicode identifiers
This commit is contained in:
parent
eb570488a4
commit
dd7e5c906f
|
@ -358,6 +358,7 @@ class NamedTupleCursorTest(ConnectingTestCase):
|
||||||
self.assertEqual(rv.f3, 3)
|
self.assertEqual(rv.f3, 3)
|
||||||
|
|
||||||
@skip_before_python(3)
|
@skip_before_python(3)
|
||||||
|
@skip_before_postgres(8)
|
||||||
def test_nonascii_name(self):
|
def test_nonascii_name(self):
|
||||||
curs = self.conn.cursor()
|
curs = self.conn.cursor()
|
||||||
curs.execute('select 1 as \xe5h\xe9')
|
curs.execute('select 1 as \xe5h\xe9')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user