We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122411d commit 161e685Copy full SHA for 161e685
tests/test_codecs.py
@@ -1204,6 +1204,7 @@ async def test_extra_codec_alias(self):
1204
DROP DOMAIN my_dec_t;
1205
''')
1206
1207
+ @unittest.skip('GaussDB enable_extension!=true')
1208
async def test_custom_codec_text(self):
1209
"""Test encoding/decoding using a custom codec in text mode.
1210
GaussDB hstore extension is in pg_catalog schema,
@@ -1266,6 +1267,7 @@ def hstore_encoder(obj):
1266
1267
# ''')
1268
pass
1269
1270
1271
async def test_custom_codec_binary(self):
1272
"""Test encoding/decoding using a custom codec in binary mode.
1273
0 commit comments