We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3895d commit 01bcc9aCopy full SHA for 01bcc9a
1 file changed
postgresql/test/test_driver.py
@@ -1812,7 +1812,7 @@ class test_typio(unittest.TestCase):
1812
@pg_tmp
1813
def testIdentify(self):
1814
# It just exercises the code path.
1815
- db.typio.identify(contrib_hstore = 'pg_catalog.reltime')
+ db.typio.identify(contrib_hstore = 'pg_catalog.text')
1816
1817
1818
def testArrayNulls(self):
0 commit comments