Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Changelogs for Connector/Python 1.1.x releases
Release date: 10 Oct 2025
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 #0e76690 2025-10-05 09:58:05 +0200
Added Python 3.14 to the list of supported versions.
2025-09-18 10:35:57 +0200
Fixed previous commit (github actions)
2025-09-18 09:32:31 +0200
Added windows + 3.14 to additional matrix (github actions)
2025-09-18 09:19:33 +0200
Added Python 3.14 (currently rc)
2025-09-11 10:08:46 +0200
Matrix and test setup have moved to mariadb-corporation github account.
2025-09-04 09:33:10 +0200
bumped version (1.1.14)
2025-09-04 09:28:56 +0200
: Fixed index error in pool initialization
2025-09-02 19:51:50 +0200
Added Python 3.13 to the matrix - Added SQLAlchemy testsuite (Python 3.13 only)
2025-09-01 11:26:48 +0200
Follow up of a290f25581500fe19cdc8394a9d539384e2da848:
2025-09-01 10:25:30 +0200
: Fixed segmentation fault
2025-07-06 19:00:07 +0200
Added release notes for 1.1.13
2025-07-02 19:46:50 +0200
[misc] doc generation correction
2025-06-26 16:01:54 +0200
[misc] release API release correction
2025-06-26 13:28:27 +0200
[misc] Generate and Update API Docs to mariadb documentation
2025-06-26 13:00:09 +0200
[misc] doc generation addition
2025-06-24 12:13:24 +0200
[TODO-5373] properly closing cursor for pypy
2025-06-24 12:05:36 +0200
[TODO-5373] add github action CI
Release date: Jul 15 2025
For the highlights of this release, see the .
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.
2025-06-22 07:39:00 +0200
Release date: 24 Feb 2025
For the highlights of this release, see the .
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.
2025-02-13 11:47:02 +0100
CONPY-313: Check float types "inf", "-inf" and "nan"
Revision #6831e07 2025-06-16 14:07:09 +0200
Skip reconnect test for maxscale
Revision #8090efa 2025-06-16 12:44:14 +0200
Fixed various memory leaks and address sanitizer related problems:
Revision #7b0fbd8 2025-04-01 09:15:21 +0200
Merge pull request #31 from mr-c/typo
Revision #b89c90a 2024-11-25 13:02:05 +0100
fix a typo
Revision #ee884c8 2025-02-24 12:00:32 +0100
For the moment we disable benchmarking on travis.
Revision #0723803 2025-02-24 11:58:17 +0100
CONPY-306: Fix crash when getting invalid unicode
Revision #63e10d0 2025-02-22 11:04:02 +0100
Improve cursor behavior on closed connections
Revision #5f227fc 2025-02-21 08:31:57 +0100
Run benchmarks with 3.12 instead of 3.13
Revision #0ebfcd5 2025-02-21 08:22:12 +0100
Added tp_dealloc for cursor object
Revision #11a22ad 2025-02-20 19:53:33 +0100
CONPY-296: Include test suite in sdist
Revision #4d8dde1 2025-02-17 17:14:33 +0100
Enable benchmark for 3.13
Revision #aac09d2 2025-02-14 14:24:26 +0100
Fix warnings in mariadb_codecs.c
Revision #e73f280 2025-02-13 14:19:54 +0100
bump version (to 1.1.13)
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
Release date: 22 Dec 2023
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 #9952ff0 2023-12-20 17:29:28 +0100
: Buffered cursor doesn't work after connection was closed
2023-12-17 21:38:47 +0100
[misc] correct CREATE OR REPLACE commands to DROP IF EXISTS + CREATE for mysql test compatibility - part 2
2023-12-15 18:50:36 +0100
[misc] test correction not using temporary tables with mysql 8
2023-12-15 14:53:14 +0100
[misc] test correction
2023-12-14 16:35:23 +0100
[misc] test stability improvement for mysql server
2023-12-14 10:55:10 +0100
[misc] correct CREATE OR REPLACE commands to DROP IF EXISTS + CREATE for mysql test compatibility
2023-12-13 18:38:35 +0100
[misc] clarify license with LGPL-2.1-or-later, not LGPL-2.1 only
2023-12-13 18:29:08 +0100
[misc] test correction for maxscale
2023-12-12 23:46:11 +0100
[misc] using common default servers test suite
2023-12-01 16:01:22 +0100
Fix for : Crash in garbage collector
2023-11-22 13:08:50 +0100
Fix for : Crash in PyMem_RawDebugFree
2023-10-18 09:50:18 +0200
Documentation fix for metadata
2023-10-18 08:49:07 +0200
: documentation fix
2023-10-14 06:11:35 +0200
Bump version
Release date: 16 Oct 2023
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 #3085cb5 2023-10-12 07:17:37 +0200
Documentation fix
2023-10-12 06:01:00 +0200
Travis: Added Python-3.12
2023-10-12 05:41:40 +0200
Test fix
2023-10-12 05:26:02 +0200
Fix version number/bumped to 1.1.8
2023-10-11 14:55:03 +0200
Documentation fix: added new line
2023-10-11 14:50:23 +0200
: Added cursor.metadata property
2023-09-30 17:40:00 +0200
Fix typo
2023-09-29 10:34:30 +0200
Workaround for :
2023-09-27 09:51:26 +0200
Added Python 3.12
2023-07-03 10:13:35 +0200
Merge branch '1.1' of into 1.1
2023-07-02 11:45:32 +0200
removed Python 3.7 added Python 3.11
Release date: 7 Jul 2022
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 #09e5cad 2022-06-29 15:09:20 +0200
Fix for
2022-06-29 12:29:38 +0200
:
2022-06-29 12:06:43 +0200
Fixed script for ERR constants generation.
2022-06-28 07:23:35 +0200
Bump version (1.1.3)
2022-06-28 07:23:00 +0200
Travis:
2022-06-27 20:24:07 +0200
Move MySQL servers to allow_failure
2022-06-27 19:42:43 +0200
test fixes
Release date: 22 Oct 2021
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 #86886cc 2021-10-20 08:49:10 +0200
Documentation update
2021-10-20 06:01:27 +0200
removed release_info.py since it will be automatically created when running setup.py
2021-10-20 05:54:46 +0200
Bumped version, updated classifier section
2021-10-18 12:42:44 +0200
Windows build fix
2021-10-08 08:14:13 +0200
:
2021-10-03 06:50:00 +0200
Fix for
2021-10-02 15:52:42 +0200
Parser:
2021-09-25 12:50:12 +0200
Fix for :
2021-09-21 11:44:26 +0200
Updated version number in generated online documentation
Release date: 1 Mar 2023
For the highlights of this release, see the .
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.
2023-02-12 08:26:37 +0100
Release date: 30 Aug 2022
For the highlights of this release, see the .
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.
2022-08-07 16:47:26 +0200
Release date: 7 Apr 2022
For the highlights of this release, see the .
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.
2022-02-10 18:56:35 +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
Revision #66db4b0 2023-02-03 11:53:34 +0100
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
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
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
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
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
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
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
Release date: 7 Nov 2022
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 #db9b3b7 2022-11-01 07:22:11 +0100
: Fix memory leak
2022-10-19 17:13:27 +0200
Fix for :
2022-10-19 16:45:39 +0200
Added packaging module as requirement
2022-10-10 09:01:19 +0200
: Replace collections.named_tuple
2022-10-10 06:59:16 +0200
Performance optimization
2022-10-09 15:05:31 +0200
Fix for :
2022-10-07 08:48:54 +0200
Merge branch '1.1' of into 1.1
2022-09-22 19:06:35 +0200
[misc] correcting benchmark using binary
2022-10-07 08:47:48 +0200
Fix for :
2022-09-22 07:26:46 +0200
Fix for :
2022-09-21 11:44:19 +0200
[misc] adding bulk benchmark
2022-09-06 11:03:31 +0200
[misc] MariaDB benchmark common test suite implementation
2022-08-27 07:39:50 +0200
Fixed test name:
2022-08-27 07:25:09 +0200
Fix for :
2022-08-17 14:45:46 +0200
Fix for :
2022-08-13 10:25:11 +0200
is_closed was renamed to _closed.
2022-08-11 11:10:00 +0200
Fixed error message
2022-08-11 08:50:13 +0200
Bump version to 1.1.5
2022-08-09 16:09:22 +0200
Merge branch '1.1-status' into 1.1
2022-08-05 14:41:43 +0200
First implementation for status callback
Release date: 27 Jun 2022
For the highlights of this release, see the .
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.
2022-06-23 14:45:12 +0200
Release date: 22 Feb 2024
For the highlights of this release, see the .
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.
2024-02-05 07:02:39 +0100
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:
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
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 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 #18b81fd 2021-08-18 07:19:48 +0200
Documentation fixes
2021-08-16 10:41:07 +0200
Removed converter from C Code
2021-08-16 10:12:41 +0200
Removed unused MemberDefs from connection
2021-08-16 10:11:46 +0200
Documentation update:
2021-08-16 10:11:24 +0200
removed newline from end of file
2021-08-16 10:10:22 +0200
gitignore update
2021-08-16 10:09:45 +0200
Documentation fixes and update
2021-08-16 10:08:15 +0200
Moved MemberDef properties
2021-08-16 09:32:32 +0200
Test fix:
2021-08-16 09:29:55 +0200
Check server capabilities at the beginning of function
2021-08-16 09:28:32 +0200
Fixed rowcount for executemany() when connected to a MySQL database server.
2021-08-05 10:09:12 +0200
Fixed a previous copy/paste error
2021-08-05 09:57:09 +0200
Raise exception if number of parameter doesn't match.
2021-08-05 08:52:32 +0200
Removed refrence decrement in tuple construct.
2021-08-05 08:32:20 +0200
Default mode for cursor changed:
2021-08-03 11:31:31 +0200
Fixed memory leak in parser
2021-08-01 11:29:22 +0200
Documentation update
2021-08-01 11:16:19 +0200
initialization fixes
2021-08-01 10:31:10 +0200
Documentation update
2021-07-28 06:55:10 +0200
Documentation
2021-07-26 06:54:38 +0200
Documentation work
2021-07-23 11:07:43 +0200
remove commit/rollback from c code
2021-07-22 16:06:27 +0200
connection class:
2021-07-22 14:15:53 +0200
cursor:
2021-07-18 18:16:38 +0200
Test fixes
2021-07-14 22:14:52 +0200
Cursor fixes for execute, implemented execute_direct
2021-07-12 10:52:02 +0200
Updated required minimum version of Connector&C (3.2.4)
2021-07-12 09:46:05 +0200
connection and cursor class are now written in native python
2021-03-21 22:44:42 +0100
Moved more methods and propertys from C to Python code
2021-01-18 06:41:15 +0100
fixed typo
2021-01-18 06:39:05 +0100
disable pooling until tests are ready
2021-01-18 06:37:09 +0100
Added new class Pool
2021-01-18 06:11:03 +0100
Exchanged C written connection pool class by native python class.
2020-12-02 10:41:29 +0100
Added missing dbapi20.py
2020-12-01 20:59:27 +0100
Moved DBAPI 2.0 Date/Time/Timestamp constructors from C code to Python module dpapi20.py
2020-12-01 08:28:01 +0100
Replaced Mrdb_Fieldinfo by python fieldinfo class
2020-11-30 16:49:16 +0100
Moved Objects from c to python code
2020-11-25 13:44:18 +0100
codespell typo fixes
2020-11-25 13:16:51 +0100
Fixed travis link for build status
2020-11-24 18:37:52 +0100
bumped version number
2020-11-24 15:54:15 +0100
Windows build fix
2020-11-24 14:00:56 +0100
Fix for :
2020-11-24 14:00:15 +0100
Fixed base class for exceptions
2020-11-23 15:15:13 +0100
Fix for : Fix leak in connection pool
2020-11-23 09:31:20 +0100
travis: disable bench
2020-11-22 21:21:39 +0100
MySQL test fix: use server side cursor for select only
2020-11-22 20:38:26 +0100
Fixed bug in pooling:
2020-11-20 15:13:45 +0100
Set LD_LIBRARY_PATH for Connector/C libraries
2020-11-20 13:04:12 +0100
Save entry path in PROJ_PATH environment variable
2020-11-20 12:05:52 +0100
fixed typo in travis script
2020-11-20 11:33:59 +0100
travis fix: change directory to mariadb-connector-python instead of home dir
2020-11-20 09:51:02 +0100
Travis fix: change back to home directory after build of connector/c
2020-11-20 09:32:55 +0100
fixed typo (travis test)
2020-11-20 09:03:00 +0100
Travis fix:
2020-11-18 21:30:58 +0100
Correction for MARIADB_PLUGIN_DIR
2020-11-18 21:29:57 +0100
Revert "Set MARIADB_PLUGIN_DIR for travis environment"
Release date: 15 Nov 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 #d2f4a33 2024-10-29 16:13:22 +0100
[misc] travis test Python 3.8 removed, Python 3.13 added
2024-10-14 14:28:17 +0200
Removed Python 3.8, added Python 3.13
2024-10-01 15:55:33 +0200
Travis build fixes:
Skip MySQL batch tests
Fix travis on windows
2024-09-28 08:17:49 +0200
Travis fixes:
skip extended field types for MaxScale
remove shadowed test
2024-09-28 04:57:31 +0200
Buildfix for C/C > 3.4.1
2024-09-27 17:55:50 +0200
Build fix for C/C versions < 3.4.2
2024-09-27 17:14:25 +0200
: BIGINT out of range on bulk insert
2024-09-27 16:21:35 +0200
Added new connection property: tls_peer_cert_info
2024-09-25 13:35:16 +0200
: Fix gcc warnings
2024-09-16 10:13:38 +0200
TLS fixes for C/C 3.4.x
2024-09-14 15:31:57 +0200
Check return code of db_generate_bulk_request
2024-03-18 10:03:57 +0100
Fix : Incorrect result format after cursor.scroll()
Release date: 27 Sep 2021
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 #e3ef9aa 2021-09-21 11:20:24 +0200
Bumped version number to 1.1.0b1 - Documentation rebuild
2021-09-13 10:19:23 +0200
Documentation
2021-09-13 08:58:22 +0200
Fix version test:
2021-09-08 15:31:03 +0200
Documentation update:
2021-09-07 08:45:41 +0200
:
2021-08-22 11:33:18 +0200
bumped version number
2021-08-22 11:19:05 +0200
:
2021-08-22 09:49:19 +0200
Fix for :
2021-08-22 08:09:52 +0200
Fix for :
2021-08-22 06:54:19 +0200
Fix for :
2021-08-21 18:09:48 +0200
Updated documentation
2021-08-21 08:21:08 +0200
bump version number
Release date: 10 Jul 2023
For the highlights of this release, see the .
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.
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.
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.
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.
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.