]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update index.rst to include MariaDB (#11337)
authorRobert Silén <robert.silen@iki.fi>
Sat, 4 May 2024 08:06:32 +0000 (11:06 +0300)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 4 May 2024 08:09:46 +0000 (10:09 +0200)
Changing title of link to "dialects/mysql" to read "MySQL and MariaDB" to match the actual title of the page. (before link says just MySQL)

(cherry picked from commit 000f1832700fc28cae5fe9f3d7356835095052bb)

doc/build/index.rst

index 4ca88fa59c54b84ee2239ebd727801414f202294..8214b8673115ab5783f7c1cec6229ac1391bbd2a 100644 (file)
@@ -149,7 +149,7 @@ SQLAlchemy Documentation
       This section describes notes, options, and usage patterns regarding individual dialects.
 
       :doc:`PostgreSQL <dialects/postgresql>` |
-      :doc:`MySQL <dialects/mysql>` |
+      :doc:`MySQL and MariaDB <dialects/mysql>` |
       :doc:`SQLite <dialects/sqlite>` |
       :doc:`Oracle <dialects/oracle>` |
       :doc:`Microsoft SQL Server <dialects/mssql>`