]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add array_type to SuiteRequirements
authorAnders Bogsnes <andersbogsnes@gmail.com>
Mon, 5 Aug 2024 20:28:48 +0000 (16:28 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 5 Aug 2024 21:05:33 +0000 (23:05 +0200)
commitf7f541bed6b174739477d7d53ec82036c038ab43
treeeed4cabd60658bfe8aae4c751c8c3631e3872365
parent9dc0c2aaa18601dec18d0f0356a0ab022023b932
Add array_type to SuiteRequirements

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
(cherry picked from commit f52be645d7f5735bba52786b2f417cc0786f138d)
doc/build/changelog/unreleased_20/array_type.rst [new file with mode: 0644]
lib/sqlalchemy/testing/requirements.py