]> 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:03:51 +0000 (23:03 +0200)
commitf52be645d7f5735bba52786b2f417cc0786f138d
treef27552f5f8831c195c47540f4ce60514dadd481b
parent79d64da4cf6e24ff49904ec52bdda76df7568edf
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
doc/build/changelog/unreleased_20/array_type.rst [new file with mode: 0644]
lib/sqlalchemy/testing/requirements.py