]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add changelog for supports_schema
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Apr 2021 17:06:49 +0000 (13:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Apr 2021 17:06:49 +0000 (13:06 -0400)
Change-Id: I9fb9947c45e34369ebb8f55c3c52a2d6f4e879cf

doc/build/changelog/unreleased_14/schema_flag.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/schema_flag.rst b/doc/build/changelog/unreleased_14/schema_flag.rst
new file mode 100644 (file)
index 0000000..8cf3b40
--- /dev/null
@@ -0,0 +1,6 @@
+.. 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
+    schema-level tests when running the test suite for a third party dialect.