oracle
mssql
+Support Levels for Included Dialects
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following table summarizes the support level for each included dialect.
+
+.. dialect-table:: **Supported database versions for included dialects**
+ :header-rows: 1
+
+Support Definitions
+^^^^^^^^^^^^^^^^^^^
+
+.. glossary::
+
+ Fully tested in CI
+ **Fully tested in CI** indicates a version that is tested in the sqlalchemy
+ CI system and passes all the tests in the test suite.
+
+ Normal support
+ **Normal support** indicates that most features should work,
+ but not all versions are tested in the ci configuration so there may
+ be some not supported edge cases. We will try to fix issues that affect
+ these versions.
+
+ Best effort
+ **Best effort** indicates that we try to support basic features on them,
+ but most likely there will be unsupported features or errors in some use cases.
+ Pull requests with associated issues may be accepted to continue supporting
+ older versions, which are reviewed on a case-by-case basis.
+
+
Deprecated, no longer supported dialects
----------------------------------------
.. dialect:: mysql
:name: MySQL / MariaDB
+ :full_support: 5.6, 5.7, 8.0 / 10.4, 10.5
+ :normal_support: 5.6+ / 10+
+ :best_effort: 5.0.2+ / 5.0.2+
Supported Versions and Features
-------------------------------