Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Changelogs for MariaDB Connector/Python releases
Changelogs for Connector/Python 1.1.x releases
Release date: 12 Apr 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 #f57e222 2022-04-12 04:19:44 +0200
Windows build fix
2022-04-05 18:56:08 +0200
Followup of ebbfea0abea3d74786fd775e3e66382755938aa6
2022-04-05 18:50:29 +0200
Fix for :
2022-03-25 06:23:50 +0100
Merge branch 'master' of
2022-03-24 15:05:42 +0100
test xpand testing
2022-03-25 06:23:14 +0100
Added missing test for
2022-03-24 05:22:57 +0100
Fix for :
2022-02-20 14:35:43 +0100
Skip test if we're connected to MySQL server
2022-02-20 06:01:47 +0100
tests for
2022-02-20 04:38:01 +0100
Fix for :
2022-02-20 04:34:40 +0100
Bump version
Changelogs for Connector/Python 1.0.x releases
Release date: 18 Feb 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 #d92d354 2022-02-09 00:35:54 +0100
Renamed test
2022-02-08 22:30:30 +0100
Fix for :
2022-01-18 21:07:10 +0100
:
2022-01-18 20:11:51 +0100
Merge branch 'master' of
2021-12-17 16:27:12 +0100
test - skipping test for maxscale due to bug
2021-12-17 14:43:56 +0100
correct benchmark, passing current TEST_MODULE, update benchmarks
2021-12-16 19:40:21 +0100
test - change travis test to use common framework in order to set different server type
2021-12-15 08:42:49 +0100
bumped version number
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: 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
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: 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: 27 Jun 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 #418dbf0 2022-06-23 14:45:12 +0200
Set version number to 1.1.2:
2022-06-23 14:43:36 +0200
Merge pull request #21 from vaerksted/1.1
2022-06-22 16:22:27 -0500
typos
2022-06-08 13:43:20 +0200
Various fixes:
2022-06-07 08:37:48 +0200
Changed error message for closed connection
2022-05-30 09:16:23 +0200
Fixed version_info for GA
2022-05-30 07:33:24 +0200
Setup:
2022-05-25 18:54:11 +0200
: Added error constants
2022-05-25 18:47:03 +0200
: Inconsistent exceptions
2022-05-21 10:06:26 +0200
Test fixes
2022-05-21 10:02:18 +0200
Don't clear rowcount after bulk
2022-05-21 08:35:35 +0200
Fixed typo
2022-05-21 07:59:18 +0200
Cursor: Set buffered to True if no args were specified
2022-05-21 07:15:23 +0200
Merge branch '1.1' of into 1.1
2022-05-20 17:42:45 +0200
[misc] adding osx test
2022-05-21 07:13:34 +0200
Added new connection method dump_debug_info()
2022-05-19 12:04:59 +0200
: Fixed typo in installation
2022-05-10 09:06:56 +0200
Build fixes:
2022-04-11 08:03:20 +0200 *
Documentation
2022-04-05 16:54:37 +0200
Docu fxes
2022-04-03 18:38:48 +0200 *
Documentation fixes - removed COMMAND constants
2022-04-03 07:03:32 +0200
Minor documentation fixes
2022-04-02 20:02:52 +0200
Added missing docstring for cursor.paramcount
2022-03-25 06:30:23 +0100
test for
2022-02-20 14:34:51 +0100
Skip test if we are connected to MySQL server
2022-02-20 08:56:21 +0100
Added test for REPLACE RETURNING
2022-02-20 05:03:43 +0100
Added test for
2022-02-20 04:42:28 +0100
Fix for :
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
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
Release date: 18 Sep 2020
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.
2020-09-04 13:31:17 +0200
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
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
Fix for CONC-110
Revision #7647115 2020-09-01 13:39:52 +0200
More travis fixes
Revision #e00f223 2020-09-01 12:58:04 +0200
fixed travis script
Revision #4187c62 2020-09-01 12:45:16 +0200
Travis fixes for MariaDB Cloud testing
Revision #d860cac 2020-09-01 12:32:45 +0200
Fix test test_connection_default_file:
Revision #424320b 2020-09-01 07:39:15 +0200
Test fixes for MariaDB Cloud
Revision #bd560c2 2020-08-29 12:20:52 +0200
Fix for CONPY-108 (memory leak):
Revision #3c264b2 2020-08-20 18:12:58 +0200
Fix memory leak in fetchmany (same bug as CONPY-99)
Revision #be2cb47 2020-08-16 17:42:04 +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
Changelogs for Connector/Python 0.9.x releases
Release date: 8 Jun 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 #9bb4e37 2021-06-06 11:56:57 +0200
: segmentation fault on calling connection.get_server_version()
2021-04-26 20:38:33 +0200
Disable SQLAlchemy due to too many errors
2021-04-26 20:25:04 +0200
Travis: Build Connector/Python for SQLAlchemy test
2021-04-26 20:11:43 +0200
Travis fix:
2021-04-26 19:57:23 +0200
fixed typo
2021-04-26 19:55:02 +0200
Added SQLAlchemy dialect tests
2021-04-07 09:58:52 +0200
Merge pull request #15 from tuxmaster5000/file_perm
2021-01-12 08:46:48 +0100
Remove x bit from source file.
2021-04-07 09:55:49 +0200
Merge pull request #17 from niekbosch/patch-1
2021-01-24 18:06:24 +0100
Importing (and thus exporting) class connection
2021-04-06 11:21:38 +0200
Fix for :
2021-03-10 07:46:07 +0100
Fix for : Segfault in connection pool
2021-03-01 18:49:38 +0100
bump version number (1.0.7)
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: 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: 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 #158b86d 2021-10-19 09:51:11 +0200
Updated classifier info in setup:
2021-10-19 09:48:01 +0200
Fix for Python 3.10 windows build:
2021-06-06 13:00:43 +0200
bumped version number
Release date: 20 Oct 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 #3b2edf5 2020-10-19 08:11:32 +0200
Fix for :
2020-10-13 08:44:33 +0200
Fixed build error
2020-10-12 09:05:49 +0200
Fix for CONPY123: Free pending result sets when closing cursor
2020-10-05 09:30:12 +0200
Bump version number
Release date: 22 Dec 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-12-20 17:29:28 +0100
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
Release date: 16 Oct 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-10-12 07:17:37 +0200
Release date: 27 Sep 2021
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.
2021-09-21 11:20:24 +0200
Release date: 24 Feb 2021
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.
2021-02-14 15:29:58 +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
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
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
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
Revision #40503a0 2021-08-22 11:33:18 +0200
bumped version number
Revision #7f469a3 2021-08-22 11:19:05 +0200
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
Fix for CONC-139:
Revision #5f03209 2021-02-09 20:28:44 +0100
Fix for CONPY-142:
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
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: 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: 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: 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
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)
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
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
Release date: 30 Aug 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 #cdd4274 2022-08-07 16:47:26 +0200
Coding style fixes (PEP8)
2022-07-22 10:15:33 +0200
Merge pull request #22 from gavindsouza/patch-2
2022-07-19 15:31:36 +0530
chore: Fix URLs in README
2022-07-21 05:46:53 +0200
: Allow None as data parameter
2022-07-18 14:03:20 +0200
Documentation for reconnect keyword.
2022-07-18 13:55:39 +0200
:
2022-07-07 13:42:34 +0200
Fix for
2022-07-07 07:37:29 +0200
Documentation fix:
2022-07-06 22:57:58 +0200
Fix for :
2022-07-06 22:57:34 +0200
Travis: test all supported python versions against 10.8
2022-07-04 14:45:25 +0200
Added CAPABILITY constants
2022-07-04 14:45:17 +0200
Fix typo
2022-07-04 14:23:06 +0200
bump version to 1.1.4
Release date: 24 Feb 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 #f0bbd08 2025-02-13 11:47:02 +0100
: fix segfault with threaded
2025-02-13 10:46:07 +0100
Test fix:
2025-02-10 13:59:43 +0100
Follow up for
2025-01-30 13:55:34 +0100
Exceptions: ER_BAD_FIELD_ERROR - wrong exception
2025-01-30 09:20:57 +0100
: Fix unsigned check
2025-01-30 09:02:07 +0100
: support for VECTOR data type
2025-01-29 09:43:20 +0100
: Fix documentation
2025-01-29 06:57:04 +0100
Travis fix:
2025-01-28 16:19:46 +0100
Bumped version to 1.1.12
2025-01-28 16:16:29 +0100
: Documentation fix for cursor constructor
Release date: 10 Oct 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-10-05 09:58:05 +0200
Added Python 3.14 to the list of supported versions.
Revision #6cb5f2d 2025-09-18 10:35:57 +0200
Fixed previous commit (github actions)
Revision #bda1932 2025-09-18 09:32:31 +0200
Added windows + 3.14 to additional matrix (github actions)
Revision #5fc86bd 2025-09-18 09:19:33 +0200
Added Python 3.14 (currently rc)
Revision #92d58ff 2025-09-11 10:08:46 +0200
Matrix and test setup have moved to mariadb-corporation github account.
Revision #2aed472 2025-09-04 09:33:10 +0200
bumped version (1.1.14)
Revision #ecc09ed 2025-09-04 09:28:56 +0200
CONPY-321: Fixed index error in pool initialization
Revision #9dc46c2 2025-09-02 19:51:50 +0200
Added Python 3.13 to the matrix - Added SQLAlchemy testsuite (Python 3.13 only)
Revision #8198419 2025-09-01 11:26:48 +0200
Follow up of a290f25581500fe19cdc8394a9d539384e2da848:
Revision #a290f25 2025-09-01 10:25:30 +0200
CONPY-318: Fixed segmentation fault
Revision #391cfff 2025-07-06 19:00:07 +0200
Added release notes for 1.1.13
Revision #db3483b 2025-07-02 19:46:50 +0200
[misc] doc generation correction
Revision #cf7d09c 2025-06-26 16:01:54 +0200
[misc] release API release correction
Revision #723b1be 2025-06-26 13:28:27 +0200
[misc] Generate and Update API Docs to mariadb documentation
Revision #541c985 2025-06-26 13:00:09 +0200
[misc] doc generation addition
Revision #cadd826 2025-06-24 12:13:24 +0200
[TODO-5373] properly closing cursor for pypy
Revision #64cc1b0 2025-06-24 12:05:36 +0200
[TODO-5373] add github action CI
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
Release date: 25 Nov 2020
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.
2020-11-24 15:54:15 +0100
Release date: 18 Aug 2020
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.
2020-08-16 17:38:20 +0200
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"
Revision #b8af772 2020-11-18 19:41:12 +0100
Set MARIADB_PLUGIN_DIR for travis environment
Revision #90ce14c 2020-11-18 18:15:26 +0100
Travis fixes
Revision #26ca934 2020-11-18 16:42:35 +0100
Test fixes for testing against MySQL server
Revision #47ae022 2020-11-18 09:55:38 +0100
Disable pypy build (fails due to missing PyStructureSequence_New)
Revision #3ea9319 2020-11-18 09:53:17 +0100
Followup form last fix: remove BLOB or JSON check
Revision #76f01e8 2020-11-17 17:19:36 +0100
Test fix:
Revision #312ba15 2020-11-16 14:58:59 +0100
Follow up of fix for CONC-130:
Revision #acf9f91 2020-11-16 11:15:22 +0100
Fix for CONPY-127: Let connector accept None values
Revision #a47d3e5 2020-11-16 10:03:05 +0100
Implementation of CONPY-129:
Revision #4a5d02a 2020-11-16 07:33:53 +0100
Fix for CONPY-130: DeprecationWarning: builtin type Row has no module attribute
Revision #f6be6ba 2020-11-16 07:07:50 +0100
Fix for CONPY-131:
Revision #37864dd 2020-11-01 09:14:11 +0100
Fix for CONPY-126
Revision #ae7e442 2020-10-20 06:25:48 +0200
Bumped version
Add secur32 and bcrypt for windows static linking (schannel)
Revision #d9a5ee4 2020-08-16 16:03:27 +0200
Travi fix for 10.1 test: error < 2 result in mariadb.OperationalError
Revision #837a36e 2020-08-16 15:10:26 +0200
Fix rowcount calculation for emulated bulk operations
Revision #ffeb8b9 2020-08-16 13:02:35 +0200
Fix exception type check for ed25512 plugin test
Revision #c2d96a9 2020-08-16 12:01:26 +0200
Fix time tests: MYSQL_TYPE_TIME will be converted to datetime.timedelta now.
Revision #7493324 2020-08-16 09:40:10 +0200
Fix for CONPY-99:
Revision #92eaf17 2020-08-16 07:30:58 +0200
Follow up fix for CONPY-107:
Revision #e078e26 2020-08-15 19:00:40 +0200
Fix for CONPY-107:
Revision #021c4e6 2020-08-14 19:55:41 +0200
Allow different decimal types in executemany():
Revision #afea681 2020-08-14 16:44:13 +0200
Fix for CONPY-105: Change behavior of cursor->rowcount and cursor->lastrowid
Revision #30d5793 2020-08-14 16:38:19 +0200
Followup for fix for CONPY-106
Revision #e091edd 2020-08-14 14:44:05 +0200
Fix for CONPY-106
Revision #588bc01 2020-08-12 16:05:29 +0200
Implementation for CONPY-100:
Revision #cdbb088 2020-08-12 15:11:29 +0200
Fixed build error: Added missing backslash
Revision #ab2553a 2020-08-12 14:59:30 +0200
Added test for CONPY-103
Revision #0e91d76 2020-08-12 14:19:02 +0200
Fix for CONPY-102:
Revision #03f283a 2020-08-12 07:31:25 +0200
Fix for CONPY-101: Negative refcount when executing callproc() method
Revision #067a78d 2020-08-10 14:59:16 +0200
Fix for CONPY68 (jsonfield returning as bytes):
Revision #a749c53 2020-08-07 14:45:50 +0200
Fix for CONPY-98:
Revision #4321164 2020-08-07 12:42:32 +0200
Added test for CONPY-91
Revision #c593136 2020-08-06 18:26:44 +0200
Fix for CONPY-95
Revision #bfd71e2 2020-08-06 15:03:48 +0200
Fix for CONPY-94:
Revision #cf90a9d 2020-08-06 07:50:45 +0200
Fixed identation
Revision #9026c1a 2020-08-05 19:22:35 +0200
Fixed built-in help
Revision #1a787c2 2020-08-05 19:19:13 +0200
Updated documentation
Revision #e3eba3a 2020-08-05 19:01:53 +0200
Added method pool.close()
Revision #01053e0 2020-08-05 18:54:19 +0200
Fix for CONPY-93:
Revision #cf1b461 2020-07-24 16:54:33 +0200
Fix travis build
Revision #a9fe837 2020-07-24 12:33:17 +0200
Fixed connection test
Revision #29b05e3 2020-07-24 12:13:31 +0200
Various fixes and changes for SQLAlchemy support:
Revision #b4a30ba 2020-07-22 19:05:54 +0200
Fixed version checking for Connector/C:
Revision #7d4ff26 2020-07-15 18:49:04 +0200
Avoid access internal members of the mysql structure:
Revision #c6ad169 2020-07-15 13:28:33 +0200
Fix for CONPY-85:
Revision #92d8c40 2020-07-07 16:32:27 +0200
Merge branch 'master' of mariadb-connector-python
Revision #cbee80b 2020-06-24 14:16:48 +0200
Update README.md
Revision #ee1e81a 2020-07-07 16:29:41 +0200
Fix for CONPY-83
Revision #fa61a66 2020-06-24 13:46:24 +0200
coverity scan fixes
Revision #1a1b033 2020-06-24 09:03:11 +0200
Fix for CONPY-82:
Revision #2ee51a0 2020-06-24 08:58:37 +0200
Bumped version number
Release date: 24 Jun 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 #5f2a2e1 2020-06-19 14:56:55 +0200
Updated documentation
2020-06-18 10:23:56 +0200
Added internal members for client and server capabilities to MrdbConnection class.
2020-06-17 14:48:15 +0200
Fix for : If a cursor was previously executed in text protocol,
the is_text indicator has to be set to 0 after cursor was cleared
2020-06-17 09:11:21 +0200
Skip test_reconnect when running with MaxScale
2020-06-17 08:59:31 +0200
Fixed bug in pooling tests
2020-06-16 18:27:49 +0200
removed eoled versions 5.5 and 10.0
2020-06-16 17:34:59 +0200
Skip test conpy_61 when running against MaxScale
2020-06-16 16:59:45 +0200
Fixed wrong check of return valuFixed wrong check of return valuee
2020-06-16 16:58:53 +0200
Revert "Disable executemany() tests when running against MaxScale."
2020-06-16 16:16:47 +0200
Disable executemany() tests when running against MaxScale.
2020-06-16 15:35:14 +0200
CONPY_76: Added the follwing aliases for connection parameter
username
passwd
2020-06-16 15:08:53 +0200
removed copy/paste error in test_cursor.py
2020-06-11 19:33:28 +0200
[misc] test reliability improvement * maxscale doesn't support compression * query "SELECT 1 WHERE 1=2" is supported only after 10.3 server. * avoiding reuse pool name in test * pypy: Decimal type is supported * del cursor with pypy doesn't call tp_dealloc, not closing cursor. test explicitly close cursor when state is not finished. * test correction when TEST_HOST is set
2020-06-16 13:51:08 +0200
Fix for : When emulating bulkinsert (internal function execute_many_fallback) NULL values were not properly handled. As a solution we just change the buffer type to MYSQL_TYPE_NULL, since it doesn't affect real bulk insert, where we replace the null value by an indicator
2020-06-15 10:13:26 +0200
Fix for : Check for server capabilities instead of version
2020-06-15 08:45:04 +0200
Skip compress test on travis.
2020-06-15 08:10:14 +0200
Don't use default connection for xa tests
2020-06-14 14:57:45 +0200
Fix/Workaround for
Set default port to 3306
Use LIMIT 0 to return an empty result set
2020-06-14 13:34:38 +0200
Fix for : When deallocating the connection pool class, we need to check beside pool_size if the array containing the connections is valid.
2020-06-08 13:08:55 +0200
Added missing example for documentation
2020-06-08 12:25:54 +0200
Added chapter usage (documentation)
2020-06-08 11:52:35 +0200
Documentation fix for executemany()
2020-06-06 16:01:35 +0200
Merge branch 'master' of
2020-06-06 07:01:10 +0200
removed pre release segment for GA
2020-06-06 16:00:57 +0200
Updated link for documentation
2020-06-06 08:48:27 +0200 *
removed debug printf - changed location for documentation
2020-06-06 07:20:58 +0200
Merge branch 'master' of
2020-06-05 18:29:45 +0200
Set theme jekyll-theme-minimal
2020-06-05 18:05:27 +0200
Set theme jekyll-theme-minimal
2020-06-06 07:20:02 +0200
Added missing dirs for github pages
2020-06-05 18:03:34 +0200
Fixed documentation, added release notes
2020-06-05 16:39:38 +0200
Changed "Development Status" classifier from Beta to Stable.
2020-06-05 16:35:40 +0200
Calclulation of data type using _PyLong_NumBits was incorrect
2020-06-05 07:41:23 +0200
Fixed bug when inserting negative numbers with execute() method.
2020-06-03 13:34:48 +0200
Changed html scheme for documentation. Adjusted version number in documentation.
2020-06-03 13:10:18 +0200
Added docs directory for github pages.
2020-06-02 08:43:27 +0200
Fix for : set_config() method needs to check the passed
parameter and raise an exception if the parameter type is not a dictionary.
2020-06-01 19:02:43 +0200
Fix for : We need to send the default character set already with authentication packet not as an extra call after connect.
2020-05-27 10:42:28 +0200
Bumped version number to 1.0.0
2020-05-27 10:40:35 +0200
Fix for : If no rows were fetched from an unbuffered cursor
(resultset) rowcount now returns -1 instead of 0
2020-06-18 10:23:56 +0200
Added internal members for client and server capabilities to MrdbConnection class.
2020-06-17 14:48:15 +0200
Fix for : If a cursor was previously executed in text protocol, is_text indicator has to be set to 0 after cursor was cleared.
2020-06-17 09:11:21 +0200
Skip test_reconnect when running with MaxScale
2020-06-17 08:59:31 +0200
Fixed bug in pooling tests
2020-06-16 18:27:49 +0200
removed eoled versions 5.5 and 10.0
2020-06-16 17:34:59 +0200
Skip test conpy_61 when running against MaxScale
2020-06-16 16:59:45 +0200
Fixed wrong check of return valuFixed wrong check of return valuee
2020-06-16 16:58:53 +0200
Revert "Disable executemany() tests when running against MaxScale."
2020-06-16 16:16:47 +0200
Disable executemany() tests when running against MaxScale.
2020-06-16 15:35:14 +0200
CONPY_76: Added the follwing aliases for connection parameter
username
passwd
2020-06-16 15:08:53 +0200
removed copy/paste error in test_cursor.py
2020-06-11 19:33:28 +0200
[misc] test reliability improvement
maxscale doesn't support compression
query "SELECT 1 WHERE 1=2" is supported only after 10.3 server
2020-06-16 13:51:08 +0200
Fix for : When emulating bulkinsert (internal function execute_many_fallback) NULL values were not properly handled. As a solution we just change the buffer type to MYSQL_TYPE_NULL, since it doesn't affect real bulk insert, where we replace the null value by an indicator
2020-06-15 10:13:26 +0200
Fix for : Instead of checking the server version number if a specific feature is supported, we need to check the server capability or extended capability flag.
2020-06-15 08:45:04 +0200
Skip compress test on travis.
2020-06-15 08:10:14 +0200
Don't use default connection for xa tests
2020-06-14 14:57:45 +0200
Fix/Workaround for
2020-06-14 13:34:38 +0200
Fix for : When deallocating the connection pool class, we need to check beside pool_size if the array containing the connections is valid.
2020-06-08 13:08:55 +0200
Added missing example for documentation
2020-06-08 12:25:54 +0200
Added chapter usage (documentation)
2020-06-08 11:52:35 +0200
Documentation fix for executemany()
2020-06-06 16:01:35 +0200
Merge branch 'master' of
2020-06-06 07:01:10 +0200
removed pre release segment for GA
2020-06-06 16:00:57 +0200
Updated link for documentation
2020-06-06 08:48:27 +0200
removed debug printf - changed location for documentation
2020-06-06 07:20:58 +0200
Merge branch 'master' of
2020-06-05 18:29:45 +0200
Set theme jekyll-theme-minimal
2020-06-05 18:05:27 +0200
Set theme jekyll-theme-minimal
2020-06-06 07:20:02 +0200
Added missing dirs for github pages
2020-06-05 18:03:34 +0200
Fixed documentation, added release notes
2020-06-05 16:39:38 +0200
Changed "Development Status" classifier from Beta to Stable.
2020-06-05 16:35:40 +0200
Calclulation of data type using _PyLong_NumBits was incorrect
2020-06-05 07:41:23 +0200
Fixed bug when inserting negative numbers with execute() method.
2020-06-03 13:34:48 +0200
Changed html scheme for documentation. Adjusted version number in documentation.
2020-06-03 13:10:18 +0200
Added docs directory for github pages.
2020-06-02 08:43:27 +0200
Fix for : set_config() method needs to check the passed parameter and raise an exception if the parameter type is not a dictionary.
2020-06-01 19:02:43 +0200
Fix for : We need to send the default character set already with authentication packet not as an extra call after connect.
2020-05-27 10:42:28 +0200
Bumped version number to 1.0.0
2020-05-27 10:40:35 +0200
Fix for : If no rows were fetched from an unbuffered cursor (resultset) rowcount now returns -1 instead of 0.
db
db
avoiding reuse pool name in test
pypy: Decimal type is supported
del cursor with pypy doesn't call tp_dealloc, not closing cursor. test explicitly close cursor when state is not finished.
test correction when TEST_HOST is set
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.
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.
Release date: 7 Oct 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 #21c9afc 2020-10-04 12:34:41 +0200
Removed reference increment in cursor.description
2020-10-04 11:35:40 +0200
Error handling fixes:
2020-10-03 16:41:29 +0200
Fix for : Fixed memory leak
2020-10-02 12:54:21 +0200
When converting parameters also check subtype of a Python Object
2020-10-02 12:52:09 +0200
Fix for : Leak when using text protocol
2020-09-29 14:14:02 +0200
Small "workaround" for :
2020-09-29 13:46:13 +0200
Fixed conversion of Integer parameters:
2020-09-29 13:21:13 +0200
: Added converter support
2020-09-29 11:43:47 +0200
Fix for : Wrong type reported for SQL type JSON
2020-09-22 07:01:07 +0200
Fixed parser bug
2020-09-19 15:37:54 +0200
removed redundant callproc method entry
2020-09-19 15:32:50 +0200
more compiler warning fixes
2020-09-19 14:05:53 +0200
Fixed compiler warnings
2020-09-19 09:29:11 +0200
Documentation for FIELD_TYPE constants
2020-09-15 12:34:37 +0200
Added constants.FIELD_TYPE
2020-09-15 12:33:55 +0200
Fixed installation text
2020-09-15 12:32:14 +0200
Bump version number
This page is: Copyright © 2025 MariaDB. All rights reserved.
Release date: 21 Dec 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 #20be74d 2021-12-13 15:56:55 +0100
travis: added 10.6 server
2021-12-13 14:15:08 +0100
Windows build:
2021-12-13 05:57:14 +0100
Merge branch 'master' of
2021-11-25 14:42:03 +0100
Fixed warnings when building with VS2022 (Windows)
2021-12-12 08:19:35 +0100
2021-11-25 06:01:18 +0100
Fix for :
2021-10-28 10:53:00 +0200
Fix for :
2021-10-28 10:52:28 +0200
bump version number
This page is: Copyright © 2025 MariaDB. All rights reserved.