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.