]> 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:27:00 +0000 (22:27 +0200)
Change-Id: I5d1c14b2c2b3bcbb55861e1c4a90ffafe8ee00fa
(cherry picked from commit 8684c8dda6cde2f470ad16827b09eb6d4bb1c6d8)

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 6f2971247768a9dee28333b55a273da67c6fd663..dd8be484efe9dc64e5f091398848104a2ac8003c 100644 (file)
@@ -22,8 +22,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.
 
@@ -33,21 +33,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 efaec75c5408ac329b2b48792ead059888ee792a..5bdbc2ecf314cea129d43b509f8afec51e41af24 100644 (file)
@@ -7,7 +7,6 @@
 """
 .. dialect:: mssql
     :name: Microsoft SQL Server
-    :full_support: 2017
     :normal_support: 2012+
     :best_effort: 2005+
 
index 8684c69d298942beec4ad0ba295cd05ab5578728..f9fc6cde47ee6bbf6650e360b4b7156cb02d6310 100644 (file)
@@ -9,7 +9,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 2f64b9dfdaeaf0b79c31452b3d854770fb69c016..e57a9770c225d815e4ae38355ed62e1c4b791ffd 100644 (file)
@@ -8,7 +8,6 @@
 r"""
 .. dialect:: oracle
     :name: Oracle
-    :full_support: 18c
     :normal_support: 11+
     :best_effort: 8+
 
index 652a6956704fe7bb6b4fbc4b45dcf82dc6096093..c63eb27a835b4555deb8df00b8d278cf94b1add6 100644 (file)
@@ -8,7 +8,6 @@
 r"""
 .. dialect:: postgresql
     :name: PostgreSQL
-    :full_support: 12, 13, 14, 15
     :normal_support: 9.6+
     :best_effort: 8+
 
index c171136ac2b1b0e9b36f359f854dbd2443f3a3e5..0c8aa903117968e85f87ab220a33dc570d8bae84 100644 (file)
@@ -8,7 +8,6 @@
 r"""
 .. dialect:: sqlite
     :name: SQLite
-    :full_support: 3.36.0
     :normal_support: 3.12+
     :best_effort: 3.7.16+