All pages
Powered by GitBook
1 of 16

Connector/Python 1.1 Changelogs

Changelogs for Connector/Python 1.1.x releases

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

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.11 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 15 Nov 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 #d2f4a33 2024-10-29 16:13:22 +0100

    • [misc] travis test Python 3.8 removed, Python 3.13 added

  • Revision #0ce5a58 2024-10-14 14:28:17 +0200

    • Removed Python 3.8, added Python 3.13

  • Revision #f96cbe2 2024-10-01 15:55:33 +0200

    • Travis build fixes:

      • Skip MySQL batch tests

      • Fix travis on windows

  • Revision #c9c0278 2024-09-28 08:17:49 +0200

    • Travis fixes:

      • skip extended field types for MaxScale

      • remove shadowed test

  • Revision #60562de 2024-09-28 04:57:31 +0200

    • Buildfix for C/C > 3.4.1

  • Revision #aa962d0 2024-09-27 17:55:50 +0200

    • Build fix for C/C versions < 3.4.2

  • Revision #5ae028e 2024-09-27 17:14:25 +0200

    • CONPY-289: BIGINT out of range on bulk insert

  • Revision #fee7f30 2024-09-27 16:21:35 +0200

    • Added new connection property: tls_peer_cert_info

  • Revision #3d34bb6 2024-09-25 13:35:16 +0200

    • CONPY-293: Fix gcc warnings

  • Revision #1d03be3 2024-09-16 10:13:38 +0200

    • TLS fixes for C/C 3.4.x

  • Revision #afb3ccd 2024-09-14 15:31:57 +0200

    • Check return code of db_generate_bulk_request

  • Revision #e705d63 2024-03-18 10:03:57 +0100

    • Fix CONPY-283: Incorrect result format after cursor.scroll()

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.12 Changelog

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 24 Feb 2025

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 #f0bbd08 2025-02-13 11:47:02 +0100

    • CONPY-302: fix segfault with threaded

  • Revision #40690c4 2025-02-13 10:46:07 +0100

    • Test fix:

  • Revision #befe700 2025-02-10 13:59:43 +0100

    • Follow up for CONPY-299

  • Revision #9508904 2025-01-30 13:55:34 +0100

    • Exceptions: ER_BAD_FIELD_ERROR - wrong exception

  • Revision #7cfc325 2025-01-30 09:20:57 +0100

    • CONPY-295: Fix unsigned check

  • Revision #138a022 2025-01-30 09:02:07 +0100

    • CONPY-299: support for VECTOR data type

  • Revision #abd17eb 2025-01-29 09:43:20 +0100

    • CONPY-300: Fix documentation

  • Revision #d735c9e 2025-01-29 06:57:04 +0100

    • Travis fix:

  • Revision #d10ed72 2025-01-28 16:19:46 +0100

    • Bumped version to 1.1.12

  • Revision #e86261c 2025-01-28 16:16:29 +0100

    • CONPY-303: Documentation fix for cursor constructor

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.5 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 7 Nov 2022

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 #db9b3b7 2022-11-01 07:22:11 +0100

    • CONPY-231: Fix memory leak

  • Revision #80b642b 2022-10-19 17:13:27 +0200

    • Fix for CONPY-229:

  • Revision #5dfeda2 2022-10-19 16:45:39 +0200

    • Added packaging module as requirement

  • Revision #ce228b6 2022-10-10 09:01:19 +0200

    • CONPY-227: Replace collections.named_tuple

  • Revision #903bd6e 2022-10-10 06:59:16 +0200

    • Performance optimization

  • Revision #1d700ad 2022-10-09 15:05:31 +0200

    • Fix for CONPY-226:

  • Revision #37623b1 2022-10-07 08:48:54 +0200

    • Merge branch '1.1' of mariadb-connector-python into 1.1

  • Revision #577be03 2022-09-22 19:06:35 +0200

    • [misc] correcting benchmark using binary

  • Revision #d70be50 2022-10-07 08:47:48 +0200

    • Fix for CONPY-225:

  • Revision #37ea27c 2022-09-22 07:26:46 +0200

    • Fix for CONPY-224:

  • Revision #cb238ce 2022-09-21 11:44:19 +0200

    • [misc] adding bulk benchmark

  • Revision #4c75199 2022-09-06 11:03:31 +0200

    • [misc] MariaDB benchmark common test suite implementation

  • Revision #215d983 2022-08-27 07:39:50 +0200

    • Fixed test name:

  • Revision #c3fe1a9 2022-08-27 07:25:09 +0200

    • Fix for CONPY-221:

  • Revision #d18a240 2022-08-17 14:45:46 +0200

    • Fix for CONPY-220:

  • Revision #336bf34 2022-08-13 10:25:11 +0200

    • is_closed was renamed to _closed.

  • Revision #554abda 2022-08-11 11:10:00 +0200

    • Fixed error message

  • Revision #6336903 2022-08-11 08:50:13 +0200

    • Bump version to 1.1.5

  • Revision #71614ab 2022-08-09 16:09:22 +0200

    • Merge branch '1.1-status' into 1.1

  • Revision #a9ad1fc 2022-08-05 14:41:43 +0200

    • First implementation for status callback

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.6 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 1 Mar 2023

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 #0c84487 2023-02-12 08:26:37 +0100

    • Fix for CONPY-251

  • Revision #49b4908 2023-02-08 16:14:52 +0100

    • Follow up for CONPY-250:

  • Revision #9f7fcbb 2023-02-08 16:04:20 +0100

    • Fix for CONPY-250:

  • Revision #fad6119 2023-02-05 14:22:46 +0100

    • CONPY-248:

  • Revision #66db4b0 2023-02-03 11:53:34 +0100

    • CONPY-247:

  • Revision #a48eb1e 2023-02-03 08:07:41 +0100

    • Fix for CONPY-246:

  • Revision #7daab2f 2023-02-01 09:33:54 +0100

    • Fix for CONPY-245:

  • Revision #84967a9 2023-02-01 07:48:42 +0100

    • Follow up for fix of CONPY-244:

  • Revision #5ce5ca3 2023-01-16 14:32:57 +0100

    • CONPY-244:

  • Revision #03b72c6 2022-12-01 06:00:17 +0100

    • Fix for CONPY-240:

  • Revision #952a8cf 2022-11-28 06:10:07 +0100

    • Fix for CONPY-240

  • Revision #2820546 2022-11-28 04:58:55 +0100

    • Bump version (1.1.6)

  • Revision #ea87f44 2022-11-21 11:59:01 +0100

    • Fix required Connector/C version:

  • Revision #fa6cda4 2022-11-09 09:16:08 +0100

    • travis: install via pip

  • Revision #1919bee 2022-11-09 09:04:51 +0100

    • Build fix for C/C 3.3.1

  • Revision #bc5a7bc 2022-11-09 06:24:10 +0100

    • Updated pyproject.toml:

  • Revision #db73151 2022-11-08 17:19:14 +0100

    • Added pyproject.toml

  • Revision #ca7b5ae 2022-11-03 10:26:01 +0100

    • [misc] adding pip install packaging to test + remove distutils use

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.7 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 10 Jul 2023

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 #67d3062 2023-07-02 17:12:14 +0200

    • Added missing documentation for tls_version

  • Revision #c29e278 2023-07-02 15:23:17 +0200

    • Minimum requirement is Python 3.8 (3.7 is EOL).

  • Revision #dc22497 2023-06-30 07:33:17 +0200

    • Merge pull request #25 from grooverdan/patch-1

  • Revision #d8b337d 2023-06-30 12:30:36 +1000

    • correct documentation typo CURSOR_TYPE -> CURSOR

  • Revision #62bc714 2023-04-24 13:58:39 +0200

    • Travis: disable benchmark

  • Revision #b43853e 2023-04-24 13:25:35 +0200

    • travis update

  • Revision #9aedf1c 2023-04-17 10:26:33 +0200

    • Handle dicts in check_text_params

  • Revision #b0366fa 2023-04-17 09:51:41 +0200

    • Performance fix:

  • Revision #658cc00 2023-04-11 09:05:07 +0200

    • Fix for CONPY-256:

  • Revision #494d951 2023-04-11 08:37:16 +0200

    • Fix for CONPY-255:

  • Revision #6afeaa5 2023-04-06 17:22:26 +0200

    • CONPY-258: Fixed ValueError exception if ZEROFILL flag is defined

  • Revision #3827ae3 2023-03-25 15:22:31 +0100

    • CONPY-253: Add new connection option tls_version

  • Revision #83f11ed 2023-02-19 10:19:18 +0100

    • bump version

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.8 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 16 Oct 2023

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 #3085cb5 2023-10-12 07:17:37 +0200

    • Documentation fix

  • Revision #1762e9d 2023-10-12 06:01:00 +0200

    • Travis: Added Python-3.12

  • Revision #84e4232 2023-10-12 05:41:40 +0200

    • Test fix

  • Revision #09b78a7 2023-10-12 05:26:02 +0200

    • Fix version number/bumped to 1.1.8

  • Revision #969d19c 2023-10-11 14:55:03 +0200

    • Documentation fix: added new line

  • Revision #cfe1d10 2023-10-11 14:50:23 +0200

    • CONPY-271: Added cursor.metadata property

  • Revision #05f4ced 2023-09-30 17:40:00 +0200

    • Fix typo

  • Revision #91ecc9e 2023-09-29 10:34:30 +0200

    • Workaround for CONPY-269:

  • Revision #99f0de3 2023-09-27 09:51:26 +0200

    • Added Python 3.12

  • Revision #c2587f9 2023-07-03 10:13:35 +0200

    • Merge branch '1.1' of mariadb-connector-python into 1.1

  • Revision #4591d7d 2023-07-02 11:45:32 +0200

    • removed Python 3.7 added Python 3.11

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.9 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 Dec 2023

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 #9952ff0 2023-12-20 17:29:28 +0100

    • CONPY-276: Buffered cursor doesn't work after connection was closed

  • Revision #7d6b5af 2023-12-17 21:38:47 +0100

    • [misc] correct CREATE OR REPLACE commands to DROP IF EXISTS + CREATE for mysql test compatibility - part 2

  • Revision #0c72aae 2023-12-15 18:50:36 +0100

    • [misc] test correction not using temporary tables with mysql 8

  • Revision #5a3dd3d 2023-12-15 14:53:14 +0100

    • [misc] test correction

  • Revision #76a7661 2023-12-14 16:35:23 +0100

    • [misc] test stability improvement for mysql server

  • Revision #ba6b6e9 2023-12-14 10:55:10 +0100

    • [misc] correct CREATE OR REPLACE commands to DROP IF EXISTS + CREATE for mysql test compatibility

  • Revision #d0470ae 2023-12-13 18:38:35 +0100

    • [misc] clarify license with LGPL-2.1-or-later, not LGPL-2.1 only

  • Revision #80a722a 2023-12-13 18:29:08 +0100

    • [misc] test correction for maxscale

  • Revision #9b06b33 2023-12-12 23:46:11 +0100

    • [misc] using common default servers test suite

  • Revision #ae34d63 2023-12-01 16:01:22 +0100

    • Fix for CONPY-274: Crash in garbage collector

  • Revision #f9adb73 2023-11-22 13:08:50 +0100

    • Fix for CONPY-273: Crash in PyMem_RawDebugFree

  • Revision #f269345 2023-10-18 09:50:18 +0200

    • Documentation fix for metadata

  • Revision #6a5388a 2023-10-18 08:49:07 +0200

    • CONPY-272: documentation fix

  • Revision #ff6f8cb 2023-10-14 06:11:35 +0200

    • Bump version

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.0 Beta1 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 27 Sep 2021

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 #e3ef9aa 2021-09-21 11:20:24 +0200

    • Bumped version number to 1.1.0b1 - Documentation rebuild

  • Revision #93241e4 2021-09-13 10:19:23 +0200

    • Documentation

  • Revision #fb175c7 2021-09-13 08:58:22 +0200

    • Fix version test:

  • Revision #d1197e3 2021-09-08 15:31:03 +0200

    • Documentation update:

  • Revision #daab5ee 2021-09-07 08:45:41 +0200

    • CONPY-164:

  • Revision #40503a0 2021-08-22 11:33:18 +0200

    • bumped version number

  • Revision #7f469a3 2021-08-22 11:19:05 +0200

    • CONPY-161:

  • Revision #5a61845 2021-08-22 09:49:19 +0200

    • Fix for CONPY-161:

  • Revision #9d472c2 2021-08-22 08:09:52 +0200

    • Fix for CONPY-159:

  • Revision #b38f336 2021-08-22 06:54:19 +0200

    • Fix for CONPY-160:

  • Revision #aa6edc3 2021-08-21 18:09:48 +0200

    • Updated documentation

  • Revision #2ec4130 2021-08-21 08:21:08 +0200

    • bump version number

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.0 Beta2 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 Oct 2021

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 #86886cc 2021-10-20 08:49:10 +0200

    • Documentation update

  • Revision #aa7ad32 2021-10-20 06:01:27 +0200

    • removed release_info.py since it will be automatically created when running setup.py

  • Revision #847b8a5 2021-10-20 05:54:46 +0200

    • Bumped version, updated classifier section

  • Revision #a366bba 2021-10-18 12:42:44 +0200

    • Windows build fix

  • Revision #2a4334e 2021-10-08 08:14:13 +0200

    • CONPY-170:

  • Revision #3184707 2021-10-03 06:50:00 +0200

    • Fix for CONPY-168

  • Revision #0074295 2021-10-02 15:52:42 +0200

    • Parser:

  • Revision #cfe3eee 2021-09-25 12:50:12 +0200

    • Fix for CONPY-167:

  • Revision #64aefb6 2021-09-21 11:44:26 +0200

    • Updated version number in generated online documentation

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.0 RC1 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 7 Apr 2022

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 #c8a4ed7 2022-02-10 18:56:35 +0100

    • Set prerelease to rc1

  • Revision #18cae2f 2022-01-25 06:06:52 +0100

    • docu fix

  • Revision #a11a1b6 2022-01-25 06:05:12 +0100

    • Add documentation for CONPY-88

  • Revision #4bcfd6a 2022-01-25 05:35:45 +0100

    • CONPY-88

  • Revision #63c8201 2022-01-23 20:40:59 +0100

    • Check if client lib supports multi hosts

  • Revision #811cc1c 2022-01-16 20:59:58 +0100

    • Check if object was closed:

  • Revision #a839827 2021-12-21 08:16:02 +0100

    • CONPY-189: Windows build fix for Visual Studio 2022

  • Revision #aaba6e2 2021-12-19 19:52:14 +0100

    • Fix for CONPY-187:

  • Revision #ae9cae9 2021-12-17 15:56:06 +0100

    • test - skipping a maxscale bug

  • Revision #db3b6f5 2021-12-17 15:05:04 +0100

    • test - change travis test to use common framework in order to set different server type update benchmarks

  • Revision #a9bcb3c 2021-12-13 07:50:42 +0100

    • Updated documentation (release notes)

  • Revision #263f428 2021-12-13 05:55:10 +0100

    • CONPY-184

  • Revision #5831a69 2021-11-25 06:06:48 +0100

    • Fix for CONC-178:

  • Revision #eb48926 2021-10-28 10:53:00 +0200

    • Fix for CONPY-175:

  • Revision #d3eafac 2021-11-02 11:15:04 +0100

    • bump version

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.0 Alpha1 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 18 Aug 2021

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 #18b81fd 2021-08-18 07:19:48 +0200

    • Documentation fixes

  • Revision #2e7dcde 2021-08-16 10:41:07 +0200

    • Removed converter from C Code

  • Revision #307046b 2021-08-16 10:12:41 +0200

    • Removed unused MemberDefs from connection

  • Revision #445f3bc 2021-08-16 10:11:46 +0200

    • Documentation update:

  • Revision #3fbe0e3 2021-08-16 10:11:24 +0200

    • removed newline from end of file

  • Revision #aaf5011 2021-08-16 10:10:22 +0200

    • gitignore update

  • Revision #7494e2b 2021-08-16 10:09:45 +0200

    • Documentation fixes and update

  • Revision #6bbe026 2021-08-16 10:08:15 +0200

    • Moved MemberDef properties

  • Revision #1ab9f83 2021-08-16 09:32:32 +0200

    • Test fix:

  • Revision #fc32956 2021-08-16 09:29:55 +0200

    • Check server capabilities at the beginning of function

  • Revision #d3d1cfc 2021-08-16 09:28:32 +0200

    • Fixed rowcount for executemany() when connected to a MySQL database server.

  • Revision #a614b9f 2021-08-05 10:09:12 +0200

    • Fixed a previous copy/paste error

  • Revision #8797449 2021-08-05 09:57:09 +0200

    • Raise exception if number of parameter doesn't match.

  • Revision #1d201f1 2021-08-05 08:52:32 +0200

    • Removed refrence decrement in tuple construct.

  • Revision #9ac0551 2021-08-05 08:32:20 +0200

    • Default mode for cursor changed:

  • Revision #8cd33d5 2021-08-03 11:31:31 +0200

    • Fixed memory leak in parser

  • Revision #cb0c3c8 2021-08-01 11:29:22 +0200

    • Documentation update

  • Revision #b3713fd 2021-08-01 11:16:19 +0200

    • initialization fixes

  • Revision #47ca11d 2021-08-01 10:31:10 +0200

    • Documentation update

  • Revision #ebb09cf 2021-07-28 06:55:10 +0200

    • Documentation

  • Revision #5a81686 2021-07-26 06:54:38 +0200

    • Documentation work

  • Revision #6c6e100 2021-07-23 11:07:43 +0200

    • remove commit/rollback from c code

  • Revision #ea97f66 2021-07-22 16:06:27 +0200

    • connection class:

  • Revision #5870f5d 2021-07-22 14:15:53 +0200

    • cursor:

  • Revision #2bd40ca 2021-07-18 18:16:38 +0200

    • Test fixes

  • Revision #8ee02ac 2021-07-14 22:14:52 +0200

    • Cursor fixes for execute, implemented execute_direct

  • Revision #c8a9f50 2021-07-12 10:52:02 +0200

    • Updated required minimum version of Connector&C (3.2.4)

  • Revision #84df56c 2021-07-12 09:46:05 +0200

    • connection and cursor class are now written in native python

  • Revision #27730cd 2021-03-21 22:44:42 +0100

    • Moved more methods and propertys from C to Python code

  • Revision #1299be5 2021-01-18 06:41:15 +0100

    • fixed typo

  • Revision #1f084d1 2021-01-18 06:39:05 +0100

    • disable pooling until tests are ready

  • Revision #b5936a9 2021-01-18 06:37:09 +0100

    • Added new class Pool

  • Revision #aa65cc8 2021-01-18 06:11:03 +0100

    • Exchanged C written connection pool class by native python class.

  • Revision #2ce8f2c 2020-12-02 10:41:29 +0100

    • Added missing dbapi20.py

  • Revision #feb990d 2020-12-01 20:59:27 +0100

    • Moved DBAPI 2.0 Date/Time/Timestamp constructors from C code to Python module dpapi20.py

  • Revision #a2b3e98 2020-12-01 08:28:01 +0100

    • Replaced Mrdb_Fieldinfo by python fieldinfo class

  • Revision #7df428e 2020-11-30 16:49:16 +0100

    • Moved Objects from c to python code

  • Revision #e8d7854 2020-11-25 13:44:18 +0100

    • codespell typo fixes

  • Revision #ba6af78 2020-11-25 13:16:51 +0100

    • Fixed travis link for build status

  • Revision #8a9ab45 2020-11-24 18:37:52 +0100

    • bumped version number

  • Revision #5718305 2020-11-24 15:54:15 +0100

    • Windows build fix

  • Revision #a1c709b 2020-11-24 14:00:56 +0100

    • Fix for CONPY-133:

  • Revision #6a83209 2020-11-24 14:00:15 +0100

    • Fixed base class for exceptions

  • Revision #0f0468a 2020-11-23 15:15:13 +0100

    • Fix for CONC-132: Fix leak in connection pool

  • Revision #35a1235 2020-11-23 09:31:20 +0100

    • travis: disable bench

  • Revision #1ae8afb 2020-11-22 21:21:39 +0100

    • MySQL test fix: use server side cursor for select only

  • Revision #fab2a6d 2020-11-22 20:38:26 +0100

    • Fixed bug in pooling:

  • Revision #5ef5008 2020-11-20 15:13:45 +0100

    • Set LD_LIBRARY_PATH for Connector/C libraries

  • Revision #f55b734 2020-11-20 13:04:12 +0100

    • Save entry path in PROJ_PATH environment variable

  • Revision #2d48594 2020-11-20 12:05:52 +0100

    • fixed typo in travis script

  • Revision #2a810ef 2020-11-20 11:33:59 +0100

    • travis fix: change directory to mariadb-connector-python instead of home dir

  • Revision #6cb17e7 2020-11-20 09:51:02 +0100

    • Travis fix: change back to home directory after build of connector/c

  • Revision #faf23d6 2020-11-20 09:32:55 +0100

    • fixed typo (travis test)

  • Revision #185ded7 2020-11-20 09:03:00 +0100

    • Travis fix:

  • Revision #1133b2a 2020-11-18 21:30:58 +0100

    • Correction for MARIADB_PLUGIN_DIR

  • Revision #64c2026 2020-11-18 21:29:57 +0100

    • Revert "Set MARIADB_PLUGIN_DIR for travis environment"

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.2 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 27 Jun 2022

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 #418dbf0 2022-06-23 14:45:12 +0200

    • Set version number to 1.1.2:

  • Revision #64882fc 2022-06-23 14:43:36 +0200

    • Merge pull request #21 from vaerksted/1.1

  • Revision #d2f9780 2022-06-22 16:22:27 -0500

    • typos

  • Revision #5420fe3 2022-06-08 13:43:20 +0200

    • Various fixes:

  • Revision #ad4937d 2022-06-07 08:37:48 +0200

    • Changed error message for closed connection

  • Revision #a9fcc27 2022-05-30 09:16:23 +0200

    • Fixed version_info for GA

  • Revision #fde6a22 2022-05-30 07:33:24 +0200

    • Setup:

  • Revision #f23e4e9 2022-05-25 18:54:11 +0200

    • CONPY-205: Added error constants

  • Revision #30c8f33 2022-05-25 18:47:03 +0200

    • CONPY-205: Inconsistent exceptions

  • Revision #0a7f751 2022-05-21 10:06:26 +0200

    • Test fixes

  • Revision #7394d84 2022-05-21 10:02:18 +0200

    • Don't clear rowcount after bulk

  • Revision #693442e 2022-05-21 08:35:35 +0200

    • Fixed typo

  • Revision #f93370a 2022-05-21 07:59:18 +0200

    • Cursor: Set buffered to True if no args were specified

  • Revision #e3207bb 2022-05-21 07:15:23 +0200

    • Merge branch '1.1' of mariadb-connector-python into 1.1

  • Revision #107d737 2022-05-20 17:42:45 +0200

    • [misc] adding osx test

  • Revision #4f88242 2022-05-21 07:13:34 +0200

    • Added new connection method dump_debug_info()

  • Revision #ef57069 2022-05-19 12:04:59 +0200

    • CONPY-202: Fixed typo in installation

  • Revision #9b8a32d 2022-05-10 09:06:56 +0200

    • Build fixes:

  • Revision #1aa2bbe 2022-04-11 08:03:20 +0200 *

    • Documentation

  • Revision #48aea2f 2022-04-05 16:54:37 +0200

    • Docu fxes

  • Revision #9ae99cd 2022-04-03 18:38:48 +0200 *

    • Documentation fixes - removed COMMAND constants

  • Revision #55ce15a 2022-04-03 07:03:32 +0200

    • Minor documentation fixes

  • Revision #70ed9b4 2022-04-02 20:02:52 +0200

    • Added missing docstring for cursor.paramcount

  • Revision #f2fc6e8 2022-03-25 06:30:23 +0100

    • test for CONPY-178

  • Revision #2e81925 2022-02-20 14:34:51 +0100

    • Skip test if we are connected to MySQL server

  • Revision #ba1bce8 2022-02-20 08:56:21 +0100

    • Added test for REPLACE RETURNING

  • Revision #f844622 2022-02-20 05:03:43 +0100

    • Added test for CONPY-194

  • Revision #1d74599 2022-02-20 04:42:28 +0100

    • Fix for CONPY-194:

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.3 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 7 Jul 2022

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 #09e5cad 2022-06-29 15:09:20 +0200

    • Fix for CONPY-212

  • Revision #ba56c73 2022-06-29 12:29:38 +0200

    • CONPY-209:

  • Revision #4b66b63 2022-06-29 12:06:43 +0200

    • Fixed script for ERR constants generation.

  • Revision #9dbc45d 2022-06-28 07:23:35 +0200

    • Bump version (1.1.3)

  • Revision #1cec2f5 2022-06-28 07:23:00 +0200

    • Travis:

  • Revision #25491f6 2022-06-27 20:24:07 +0200

    • Move MySQL servers to allow_failure

  • Revision #1b78f22 2022-06-27 19:42:43 +0200

    • test fixes

This page is: Copyright © 2025 MariaDB. All rights reserved.

Connector/Python 1.1.4 Changelog

The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12

DownloadRelease NotesChangelogConnector/Python Overview

Release date: 30 Aug 2022

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 #cdd4274 2022-08-07 16:47:26 +0200

    • Coding style fixes (PEP8)

  • Revision #3fe0ee0 2022-07-22 10:15:33 +0200

    • Merge pull request #22 from gavindsouza/patch-2

  • Revision #5c198ac 2022-07-19 15:31:36 +0530

    • chore: Fix URLs in README

  • Revision #205b9c2 2022-07-21 05:46:53 +0200

    • CONPY-218: Allow None as data parameter

  • Revision #bd84da3 2022-07-18 14:03:20 +0200

    • Documentation for reconnect keyword.

  • Revision #17d5aed 2022-07-18 13:55:39 +0200

    • CONPY-217:

  • Revision #c30b597 2022-07-07 13:42:34 +0200

    • Fix for CONPY-213

  • Revision #687ba16 2022-07-07 07:37:29 +0200

    • Documentation fix:

  • Revision #275aaf3 2022-07-06 22:57:58 +0200

    • Fix for CONPY-214:

  • Revision #c4955f1 2022-07-06 22:57:34 +0200

    • Travis: test all supported python versions against 10.8

  • Revision #d61b805 2022-07-04 14:45:25 +0200

    • Added CAPABILITY constants

  • Revision #6ddd186 2022-07-04 14:45:17 +0200

    • Fix typo

  • Revision #1adbefb 2022-07-04 14:23:06 +0200

    • bump version to 1.1.4

This page is: Copyright © 2025 MariaDB. All rights reserved.