]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove fully tested in ci reference since it's confusing
authorFederico Caselli <cfederico87@gmail.com>
Thu, 10 Oct 2024 20:25:39 +0000 (22:25 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 10 Oct 2024 20:26:04 +0000 (22:26 +0200)
Change-Id: I5d1c14b2c2b3bcbb55861e1c4a90ffafe8ee00fa

doc/build/dialects/index.rst
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/sqlite/base.py

index f35d0b026ddb54240b07d2ad0d1ef7263fedaf17..eff7d91de80b7c4370e09b84eb97b5c94b83740a 100644 (file)
@@ -24,8 +24,8 @@ Included Dialects
     oracle
     mssql
 
-Support Levels for Included Dialects
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Supported versions for Included Dialects
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The following table summarizes the support level for each included dialect.
 
@@ -35,21 +35,20 @@ The following table summarizes the support level for each included dialect.
 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.
 
-    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.
+.. glossary::
 
-    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.
+    Supported version
+        **Supported version** indicates that most SQLAlchemy features should work
+        for the mentioned database version. Since not all database versions may be
+        tested in the ci there may be some not working edge cases.
 
     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.
+        **Best effort** indicates that SQLAlchemy tries to support basic features on these
+        versions, 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.
 
index 57b273e1a8e0b89f33a7b404805169a313f3f355..a617acf3dea953da045cd20fdeb79b684e0a3e02 100644 (file)
@@ -9,7 +9,6 @@
 """
 .. dialect:: mssql
     :name: Microsoft SQL Server
-    :full_support: 2017
     :normal_support: 2012+
     :best_effort: 2005+
 
index f5eb169f8c46f09eeb62636f3462f4e8de4ed62a..b2b8c6536a73a048ac5b8ee3d35fb726e7087345 100644 (file)
@@ -11,7 +11,6 @@ r"""
 
 .. dialect:: mysql
     :name: MySQL / MariaDB
-    :full_support: 5.6, 5.7, 8.0 / 10.8, 10.9
     :normal_support: 5.6+ / 10+
     :best_effort: 5.0.2+ / 5.0.2+
 
index dcc3b0a89dde30b0888795fb86642cb109248229..473e485a41d58fc0fac42cfc2be06c2f6112b147 100644 (file)
@@ -10,7 +10,6 @@
 r"""
 .. dialect:: oracle
     :name: Oracle
-    :full_support: 18c
     :normal_support: 11+
     :best_effort: 9+
 
index 86357ccbb4417a9424ebcd8002d8c1723857bd24..44d6f1570c56a8a6279cc044dcb084641438b720 100644 (file)
@@ -9,7 +9,6 @@
 r"""
 .. dialect:: postgresql
     :name: PostgreSQL
-    :full_support: 12, 13, 14, 15
     :normal_support: 9.6+
     :best_effort: 9+
 
index 0e2dc3b6394f8eee86f405bc1308842d3602c889..84bb8937e16f5e08480fcca4ec7efca90d862355 100644 (file)
@@ -10,7 +10,6 @@
 r"""
 .. dialect:: sqlite
     :name: SQLite
-    :full_support: 3.36.0
     :normal_support: 3.12+
     :best_effort: 3.7.16+