mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-06-29 09:13:06 +03:00
Skip test on array of records on PG 8.3
This commit is contained in:
parent
e4424bdfdc
commit
5fa1729000
|
@ -621,7 +621,7 @@ class AdaptTypeTestCase(unittest.TestCase):
|
||||||
self.assertEqual(curs.fetchone()[0], (4,8))
|
self.assertEqual(curs.fetchone()[0], (4,8))
|
||||||
|
|
||||||
@skip_if_no_composite
|
@skip_if_no_composite
|
||||||
@skip_before_postgres(8, 3)
|
@skip_before_postgres(8, 4)
|
||||||
def test_composite_array(self):
|
def test_composite_array(self):
|
||||||
oid = self._create_type("type_isd",
|
oid = self._create_type("type_isd",
|
||||||
[('anint', 'integer'), ('astring', 'text'), ('adate', 'date')])
|
[('anint', 'integer'), ('astring', 'text'), ('adate', 'date')])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user