Files
sqlalchemy/test/engine
Mike Bayer bdf4ef844c re-support mysql-connector python
Support has been re-added for the MySQL-Connector/Python DBAPI using the
``mysql+mysqlconnector://`` URL scheme.   The DBAPI now works against
modern MySQL versions as well as MariaDB versions (in the latter case it's
required to pass charset/collation explicitly).   Note however that
server side cursor support is disabled due to unresolved issues with this
driver.

note the 2.0 backport here necessarily needs to also backport some
of 49ce245998 to handle the mariadb database working under mysql
connector.

References: #12332
Change-Id: I81279478196e830d3c0d5f24ecb3fe2dc18d4ca6
(cherry picked from commit b056dd2c5a)
2025-03-11 17:39:38 -04:00
..
2023-10-09 08:26:32 -04:00
2023-11-24 16:34:53 -05:00
2024-02-05 19:28:22 +01:00