MariaDB Connector/Python 1.1.10 Changelog
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 22 Feb 2024
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #d672551 2024-02-05 07:02:39 +0100
Fix for CONPY-277: To avoid a syntax error when running under sql_mode ANSI_QUOTES parameter substitution will be done by using single quotes instead of double quotes.
Revision #b65fd44 2024-02-02 16:08:32 +0100
Fix of previous commit: Skip test_conpy278 instead of test_conpy279.
Revision #7bc789a 2024-02-02 08:58:17 +0100
Skip test_conc279 when running with MaxScale (see MXS-4961)
Revision #8620d49 2024-02-01 12:41:33 +0100
Fix for test_conpy279
Revision #d9e33de 2024-02-01 07:10:29 +0100
Fix for CONPY-281: unittest test_conpy175 fails with sql_mode="NO_BACKSLASH_ESCAPES"
Revision #7c2134d 2024-01-31 17:21:48 +0100
Fix for CONPY-278: Update connection_id in case of reconnect
Revision #2882798 2024-01-31 15:15:49 +0100
CONPY-280: Performance optimization for internal methods
Revision #f00bc26 2024-01-30 15:55:34 +0100
Fix for CONPY-279: change_user method doesn't allow None values
Revision #7fe141e 2023-12-20 19:07:13 +0100
Bump version
Last updated
Was this helpful?