The exported SuiteRequirements class does not expose an `array_type` property for subclasses to override.
pass
-class SuiteRequirements(Requirements):
+class SuiteRequirements(Requirements):
@property
def create_table(self):
"""target platform can emit basic CreateTable DDL."""
)
return exclusions.only_if(go)
-
+
+ @property
+ def array_type(self):
+ """Target platform implements a native ARRAY type"""
+ return exclusions.closed()
+
@property
def json_type(self):
"""target platform implements a native JSON type."""