MariaDB Connector/Python 1.1.10 Changelog
Download Release Notes Changelog Connector/Python Overview
Release date: 22 Feb 2024
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub 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 https://jira.mariadb.org/browse/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
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.