Changelogs for Connector/Python 0.9.x releases
Release date: 6 May 2020
For the highlights of this release, see the release notes.
Do not use beta releases in production!
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 #0111368 2020-05-14 14:26:39 +0200
Merge branch 'master' of
2020-05-14 06:27:36 +0200
Fix for : Segfault when calling connect without parameters
2020-05-12 07:38:53 +0200
Windows build fixes
2020-05-14 14:24:32 +0200
Fix for : Windows: Can't import MariaDB with Python3.8
2020-05-11 13:37:30 +0200
Fixed string to decimal conversion for binary protocol.
2020-05-11 08:55:38 +0200
: mariadb package should have more dunders such as __version__
2020-05-06 07:36:16 +0200
bumped version number
Release date: 30 Mar 2020
For the highlights of this release, see the release notes.
Do not use beta releases in production!
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 #9a36090 2020-03-29 17:55:04 +0200
Fixed description ():
2020-03-25 18:11:02 +0100
Fix for : Incorrect conversion of time/datetime values
2020-02-20 09:51:38 +0100
: Seg fault when printing rows containing POINT datatype
2020-02-20 09:51:27 +0100
Bump version number
2020-02-18 19:04:29 +0100
removed usage.rst due to license issues
Release date: 6 Apr 2020
For the highlights of this release, see the .
Do not use beta releases in production!
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2020-04-06 20:26:05 +0200
Windows build fix for attribute((unused)):
Revision #fe95eb0 2020-04-05 22:01:17 +0200
CONPY-49: Added support for Decimal type
Revision #2ee1471 2020-04-05 21:51:41 +0200
Fix for CONPY-52:
Revision #a992bf3 2020-04-05 21:45:44 +0200
Fix for CONPY-51:
Revision #434a490 2020-04-03 18:36:54 +0200
Fix for CONPY-48:
Revision #c96cb47 2020-04-02 20:26:45 +0200
Follow up for CONPY-47: Last commit didn't contain test case
Revision #0126358 2020-04-02 20:17:15 +0200
Fix for CONPY-47:
Revision #4c3d2ff 2020-03-31 18:26:21 +0200
Implementation of CONPY-46:
Revision #35f0ba7 2020-03-30 18:24:18 +0200
Bump version number
Release date: 15 Apr 2020
For the highlights of this release, see the release notes.
Do not use beta releases in production!
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 #0a05581 2020-04-15 06:11:12 +0200
Added option "default" for link_static. By default Windows builds are linked statically, while Posix builds use MariaDB Connector/C shared library.
2020-04-14 08:27:55 +0200
Fix for : Allow emptry parameter sequence
2020-04-14 06:25:25 +0200
: Support dictionary option in cursor class
2020-04-10 17:25:54 +0200
Fix for : Memory leak when opening/closing cursor
2020-04-06 20:46:33 +0200
bumped version number to 0.9.57
Release date: 6 May 2020
For the highlights of this release, see the release notes.
Do not use beta releases in production!
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 #5334dde 2020-05-06 05:23:09 +0200
Fixed typo
2020-05-05 22:41:36 +0200
Fix for : Decimal values returned as strings when passing in paramaters
2020-05-05 08:25:35 +0200
Fix for : executemany() doesn't allow inserting optional entries
2020-04-23 22:19:03 +0200
Fix for : Cursor fetchall with error
2020-04-19 14:59:54 +0200
Fix for : Parameter Error when using paramstyle PYFORMAT
2020-04-15 11:45:04 +0200
Bump version number
Release date: 18 Feb 2020
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 #840de12 2020-02-18 16:11:29 +0100 *
minor Documentatiion fixes - fixed test cases using removed character set option
2020-02-18 16:05:58 +0100
Added license.rst
2020-02-18 15:09:28 +0100
Set default master doc to index
2020-02-18 15:01:52 +0100
Remove sphinx markdown builder
2020-02-18 14:56:09 +0100
Added test configuration for readthedocs
2020-02-18 14:28:32 +0100
Use indentation of 2 (instead of 4)
2020-02-18 13:59:44 +0100
Added new chapter "basic usage"
2020-02-18 13:58:47 +0100
Fix indentation
2020-02-18 10:44:40 +0100
Removed html
2020-02-18 10:38:25 +0100
Documentation fixes. Added html version of documentation.
2020-02-17 16:22:04 +0100
Fixed some minor tpc bugs, added test cases for tpc
2020-02-17 09:32:27 +0100
Added missing support for compress and init_command in connect()
2020-02-17 08:36:54 +0100
Fix for :
2020-01-31 13:00:53 +0100
Added missing description for ssl_capath connection parameter
2020-01-29 16:22:40 +0100
Fix default location for mariadb_config
2020-01-28 15:36:52 +0100
Fix for :
2020-01-27 06:03:14 +0100
Bunp version number. New version is 0.9.54
2020-01-25 10:33:00 +0100
Fix for :
2020-01-25 08:38:04 +0100
Fix for :
2020-01-25 08:30:45 +0100
Fix for COMPY-39:
2020-01-24 15:20:31 +0100
Fix for :
2020-01-24 14:52:39 +0100
Fix for :
2020-01-24 14:36:51 +0100
Fix for :
2020-01-21 04:00:44 +0100
: Connector/Python segfault on autocompletion
2020-01-13 08:31:09 +0100
Fixed benchmarks for travis
2020-01-13 05:35:50 +0000
Fixed fetch benchmarks
2020-01-13 03:33:41 +0100
Benchmark modifications
2020-01-07 05:03:16 +0100
Make code more PEP-7 compliant
2020-01-04 17:07:52 +0100
Added benchmark for bulk (insert/update/delete)
2020-01-04 17:07:33 +0100
Bumped version number
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.