Added missing ``array_type`` property to the testing suite
``SuiteRequirements`` class.
Closes: #11694
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/11694
Pull-request-sha:
24697f6a4346005aa83d8eb06f94bba4cc994862
Change-Id: I192b5b932dfef07043c0c0cfe8ea36b02425a44d
--- /dev/null
+.. change::
+ :tags: bug, test
+
+ Added missing ``array_type`` property to the testing suite
+ ``SuiteRequirements`` class.
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."""