mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +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))
|
||||
|
||||
@skip_if_no_composite
|
||||
@skip_before_postgres(8, 3)
|
||||
@skip_before_postgres(8, 4)
|
||||
def test_composite_array(self):
|
||||
oid = self._create_type("type_isd",
|
||||
[('anint', 'integer'), ('astring', 'text'), ('adate', 'date')])
|
||||
|
|
Loading…
Reference in New Issue
Block a user