From: Robert Silén Date: Sat, 4 May 2024 08:06:32 +0000 (+0300) Subject: Update index.rst to include MariaDB (#11337) X-Git-Tag: rel_2_0_30~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e793dca27eef6f68a45e1c634b9437be1f79e8c7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update index.rst to include MariaDB (#11337) 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) --- diff --git a/doc/build/index.rst b/doc/build/index.rst index 4ca88fa59c..8214b86731 100644 --- a/doc/build/index.rst +++ b/doc/build/index.rst @@ -149,7 +149,7 @@ SQLAlchemy Documentation This section describes notes, options, and usage patterns regarding individual dialects. :doc:`PostgreSQL ` | - :doc:`MySQL ` | + :doc:`MySQL and MariaDB ` | :doc:`SQLite ` | :doc:`Oracle ` | :doc:`Microsoft SQL Server `