diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2021-04-12 19:31:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2021-04-12 19:31:20 +0000 |
| commit | bed6c21ac7cf264cbcca7bde99c07b973636ff12 (patch) | |
| tree | 292eae413dd7b35ce43847789e37a6d2ac78aabb | |
| parent | cf6f342150791ace82c6a099e8ea2923138bd61e (diff) | |
| parent | 1fd56da3000773fcd757c67c1c021612e9466a0d (diff) | |
| download | sqlalchemy-bed6c21ac7cf264cbcca7bde99c07b973636ff12.tar.gz | |
Merge "Fix supports_schemas entry in changelog_14.rst"
| -rw-r--r-- | doc/build/changelog/changelog_14.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index b71e9cefd..310270456 100644 --- a/doc/build/changelog/changelog_14.rst +++ b/doc/build/changelog/changelog_14.rst @@ -117,8 +117,8 @@ This document details individual issue-level changes made throughout .. change:: :tags: change, tests - Added a new flag to :class:`.DefaultDialect` called ``supports_schema``; - third party dialects may set this flag to ``True`` to enable SQLAlchemy's + Added a new flag to :class:`.DefaultDialect` called ``supports_schemas``; + third party dialects may set this flag to ``False`` to disable SQLAlchemy's schema-level tests when running the test suite for a third party dialect. .. change:: |
