There was an error while loading. Please reload this page.
1 parent e0f0f6e commit 0589171Copy full SHA for 0589171
1 file changed
tests/types/test_json.py
@@ -28,6 +28,8 @@ def test_create_table(self):
28
class_name_func=class_name_func
29
)
30
class JSONTestCase(BaseTestCase):
31
+ required_server_version = (22, 3, 2)
32
+
33
table = Table(
34
'test', BaseTestCase.metadata(),
35
Column('x', types.JSON),
0 commit comments