Changelogs for Connector/Python 1.0.x releases
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 24 Jun 2020
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 #5f2a2e1 2020-06-19 14:56:55 +0200
Updated documentation
Revision #ea8354b 2020-06-18 10:23:56 +0200
Added internal members for client and server capabilities to MrdbConnection
class.
Revision #5fd14c9 2020-06-17 14:48:15 +0200
Fix for CONPY-81: If a cursor was previously executed in text protocol,
the is_text
indicator has to be set to 0 after cursor was cleared
Revision #1aa828d 2020-06-17 09:11:21 +0200
Skip test_reconnect
when running with MaxScale
Revision #5631d6e 2020-06-17 08:59:31 +0200
Fixed bug in pooling tests
Revision #9076358 2020-06-16 18:27:49 +0200
removed eoled versions 5.5 and 10.0
Revision #f28614a 2020-06-16 17:34:59 +0200
Skip test conpy_61 when running against MaxScale
Revision #7d7add3 2020-06-16 16:59:45 +0200
Fixed wrong check of return valuFixed wrong check of return valuee
Revision #1dba5d6 2020-06-16 16:58:53 +0200
Revert "Disable executemany() tests when running against MaxScale."
Revision #d24957c 2020-06-16 16:16:47 +0200
Disable executemany() tests when running against MaxScale.
Revision #b745643 2020-06-16 15:35:14 +0200
CONPY_76: Added the follwing aliases for connection parameter
username
passwd
db
Revision #b29b7b4 2020-06-16 15:08:53 +0200
removed copy/paste error in test_cursor.py
Revision #ffa959a 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
Revision #b491915 2020-06-16 13:51:08 +0200
Fix for CONPY-79: 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
Revision #ed2695b 2020-06-15 10:13:26 +0200
Fix for CONPY-78: Check for server capabilities instead of version
Revision #d0e484f 2020-06-15 08:45:04 +0200
Skip compress test on travis.
Revision #574975b 2020-06-15 08:10:14 +0200
Don't use default connection for xa tests
Revision #c4a8453 2020-06-14 14:57:45 +0200
Fix/Workaround for CONPY-75
Set default port to 3306
Use LIMIT 0 to return an empty result set
Revision #1a5849f 2020-06-14 13:34:38 +0200
Fix for CONC-72: When deallocating the connection pool class, we need to check beside pool_size if the array containing the connections is valid.
Revision #2b5695a 2020-06-08 13:08:55 +0200
Added missing example for documentation
Revision #ba052ad 2020-06-08 12:25:54 +0200
Added chapter usage (documentation)
Revision #9a24ee4 2020-06-08 11:52:35 +0200
Documentation fix for executemany()
Revision #75c4149 2020-06-06 16:01:35 +0200
Merge branch 'master' of mariadb-connector-python
Revision #55fa735 2020-06-06 07:01:10 +0200
removed pre release segment for GA
Revision #47963b0 2020-06-06 16:00:57 +0200
Updated link for documentation
Revision #f6984c9 2020-06-06 08:48:27 +0200 *
removed debug printf - changed location for documentation
Revision #8f7243d 2020-06-06 07:20:58 +0200
Merge branch 'master' of mariadb-connector-python
Revision #3380bc2 2020-06-05 18:29:45 +0200
Set theme jekyll-theme-minimal
Revision #c26a54e 2020-06-05 18:05:27 +0200
Set theme jekyll-theme-minimal
Revision #c2ca32a 2020-06-06 07:20:02 +0200
Added missing dirs for github pages
Revision #10425de 2020-06-05 18:03:34 +0200
Fixed documentation, added release notes
Revision #d1b1f08 2020-06-05 16:39:38 +0200
Changed "Development Status" classifier from Beta to Stable.
Revision #6dbcaf5 2020-06-05 16:35:40 +0200
Calclulation of data type using _PyLong_NumBits was incorrect
Revision #190ea4e 2020-06-05 07:41:23 +0200
Fixed bug when inserting negative numbers with execute() method.
Revision #63e0b4a 2020-06-03 13:34:48 +0200
Changed html scheme for documentation. Adjusted version number in documentation.
Revision #209c356 2020-06-03 13:10:18 +0200
Added docs directory for github pages.
Revision #b252696 2020-06-02 08:43:27 +0200
Fix for CONPY-70: set_config()
method needs to check the passed
parameter and raise an exception if the parameter type is not a dictionary.
Revision #64df884 2020-06-01 19:02:43 +0200
Fix for CONPY-69: We need to send the default character set already with authentication packet not as an extra call after connect.
Revision #0ed16c9 2020-05-27 10:42:28 +0200
Bumped version number to 1.0.0
Revision #e58caef 2020-05-27 10:40:35 +0200
Fix for CONPY-67: If no rows were fetched from an unbuffered cursor
(resultset) rowcount now returns -1
instead of 0
Revision #ea8354b 2020-06-18 10:23:56 +0200
Added internal members for client and server capabilities to MrdbConnection class.
Revision #5fd14c9 2020-06-17 14:48:15 +0200
Fix for CONPY-81: If a cursor was previously executed in text protocol, is_text indicator has to be set to 0 after cursor was cleared.
Revision #1aa828d 2020-06-17 09:11:21 +0200
Skip test_reconnect when running with MaxScale
Revision #5631d6e 2020-06-17 08:59:31 +0200
Fixed bug in pooling tests
Revision #9076358 2020-06-16 18:27:49 +0200
removed eoled versions 5.5 and 10.0
Revision #f28614a 2020-06-16 17:34:59 +0200
Skip test conpy_61 when running against MaxScale
Revision #7d7add3 2020-06-16 16:59:45 +0200
Fixed wrong check of return valuFixed wrong check of return valuee
Revision #1dba5d6 2020-06-16 16:58:53 +0200
Revert "Disable executemany() tests when running against MaxScale."
Revision #d24957c 2020-06-16 16:16:47 +0200
Disable executemany() tests when running against MaxScale.
Revision #b745643 2020-06-16 15:35:14 +0200
CONPY_76: Added the follwing aliases for connection parameter
username
passwd
db
Revision #b29b7b4 2020-06-16 15:08:53 +0200
removed copy/paste error in test_cursor.py
Revision #ffa959a 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
Revision #b491915 2020-06-16 13:51:08 +0200
Fix for CONPY-79: 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
Revision #ed2695b 2020-06-15 10:13:26 +0200
Fix for CONPY-78: Instead of checking the server version number if a specific feature is supported, we need to check the server capability or extended capability flag.
Revision #d0e484f 2020-06-15 08:45:04 +0200
Skip compress test on travis.
Revision #574975b 2020-06-15 08:10:14 +0200
Don't use default connection for xa tests
Revision #c4a8453 2020-06-14 14:57:45 +0200
Fix/Workaround for CONPY-75
Revision #1a5849f 2020-06-14 13:34:38 +0200
Fix for CONC-72: When deallocating the connection pool class, we need to check beside pool_size if the array containing the connections is valid.
Revision #2b5695a 2020-06-08 13:08:55 +0200
Added missing example for documentation
Revision #ba052ad 2020-06-08 12:25:54 +0200
Added chapter usage (documentation)
Revision #9a24ee4 2020-06-08 11:52:35 +0200
Documentation fix for executemany()
Revision #75c4149 2020-06-06 16:01:35 +0200
Merge branch 'master' of mariadb-connector-python
Revision #55fa735 2020-06-06 07:01:10 +0200
removed pre release segment for GA
Revision #47963b0 2020-06-06 16:00:57 +0200
Updated link for documentation
Revision #f6984c9 2020-06-06 08:48:27 +0200
removed debug printf - changed location for documentation
Revision #8f7243d 2020-06-06 07:20:58 +0200
Merge branch 'master' of mariadb-connector-python
Revision #3380bc2 2020-06-05 18:29:45 +0200
Set theme jekyll-theme-minimal
Revision #c26a54e 2020-06-05 18:05:27 +0200
Set theme jekyll-theme-minimal
Revision #c2ca32a 2020-06-06 07:20:02 +0200
Added missing dirs for github pages
Revision #10425de 2020-06-05 18:03:34 +0200
Fixed documentation, added release notes
Revision #d1b1f08 2020-06-05 16:39:38 +0200
Changed "Development Status" classifier from Beta to Stable.
Revision #6dbcaf5 2020-06-05 16:35:40 +0200
Calclulation of data type using _PyLong_NumBits was incorrect
Revision #190ea4e 2020-06-05 07:41:23 +0200
Fixed bug when inserting negative numbers with execute() method.
Revision #63e0b4a 2020-06-03 13:34:48 +0200
Changed html scheme for documentation. Adjusted version number in documentation.
Revision #209c356 2020-06-03 13:10:18 +0200
Added docs directory for github pages.
Revision #b252696 2020-06-02 08:43:27 +0200
Fix for CONPY-70: set_config() method needs to check the passed parameter and raise an exception if the parameter type is not a dictionary.
Revision #64df884 2020-06-01 19:02:43 +0200
Fix for CONPY-69: We need to send the default character set already with authentication packet not as an extra call after connect.
Revision #0ed16c9 2020-05-27 10:42:28 +0200
Bumped version number to 1.0.0
Revision #e58caef 2020-05-27 10:40:35 +0200
Fix for CONPY-67: If no rows were fetched from an unbuffered cursor (resultset) rowcount now returns -1 instead of 0.
This page is: Copyright © 2025 MariaDB. All rights reserved.
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 2020
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 #16a3882 2020-08-16 17:38:20 +0200
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
This page is: Copyright © 2025 MariaDB. All rights reserved.
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 18 Feb 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 #d92d354 2022-02-09 00:35:54 +0100
Renamed test
Revision #4855a7b 2022-02-08 22:30:30 +0100
Fix for CONPY-191:
Revision #7b63daa 2022-01-18 21:07:10 +0100
Revision #c7b27ed 2022-01-18 20:11:51 +0100
Merge branch 'master' of mariadb-connector-python
Revision #9a7e8fc 2021-12-17 16:27:12 +0100
test - skipping test for maxscale due to MXS-3921 bug
Revision #4649a72 2021-12-17 14:43:56 +0100
correct benchmark, passing current TEST_MODULE, update benchmarks
Revision #0c6d7df 2021-12-16 19:40:21 +0100
test - change travis test to use common framework in order to set different server type
Revision #af56988 2021-12-15 08:42:49 +0100
bumped version number
This page is: Copyright © 2025 MariaDB. All rights reserved.
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 12 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 #f57e222 2022-04-12 04:19:44 +0200
Windows build fix
Revision #7e0fd53 2022-04-05 18:56:08 +0200
Followup of ebbfea0abea3d74786fd775e3e66382755938aa6
Revision #ebbfea0 2022-04-05 18:50:29 +0200
Fix for CONPY-198:
Revision #21d2772 2022-03-25 06:23:50 +0100
Merge branch 'master' of mariadb-connector-python
Revision #d2308f1 2022-03-24 15:05:42 +0100
test xpand testing
Revision #cf8c3f0 2022-03-25 06:23:14 +0100
Added missing test for CONPY-178
Revision #2bad214 2022-03-24 05:22:57 +0100
Fix for CONPY-196:
Revision #b8386de 2022-02-20 14:35:43 +0100
Skip test if we're connected to MySQL server
Revision #4aa46c9 2022-02-20 06:01:47 +0100
tests for CONPY-194
Revision #31048c6 2022-02-20 04:38:01 +0100
Fix for CONPY-194:
Revision #9eb77ff 2022-02-20 04:34:40 +0100
Bump version
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 18 Sep 2020
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 #e807101 2020-09-04 13:31:17 +0200
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 SkySQL 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 SkySQL
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
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 7 Oct 2020
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 #21c9afc 2020-10-04 12:34:41 +0200
Removed reference increment in cursor.description
Revision #8944cb8 2020-10-04 11:35:40 +0200
Error handling fixes:
Revision #846c0d0 2020-10-03 16:41:29 +0200
Fix for CONPY-119: Fixed memory leak
Revision #cbd51de 2020-10-02 12:54:21 +0200
When converting parameters also check subtype of a Python Object
Revision #bce98d7 2020-10-02 12:52:09 +0200
Fix for CONPY-118: Leak when using text protocol
Revision #08673bb 2020-09-29 14:14:02 +0200
Small "workaround" for MDEV-23481:
Revision #8ff0333 2020-09-29 13:46:13 +0200
Fixed conversion of Integer parameters:
Revision #3f95456 2020-09-29 13:21:13 +0200
CONPY-117: Added converter support
Revision #5d4a8d5 2020-09-29 11:43:47 +0200
Fix for CONPY-116: Wrong type reported for SQL type JSON
Revision #6ab09b2 2020-09-22 07:01:07 +0200
Fixed parser bug
Revision #23678b3 2020-09-19 15:37:54 +0200
removed redundant callproc method entry
Revision #6fcb9a5 2020-09-19 15:32:50 +0200
more compiler warning fixes
Revision #709ac83 2020-09-19 14:05:53 +0200
Fixed compiler warnings
Revision #3ca93fa 2020-09-19 09:29:11 +0200
Documentation for FIELD_TYPE constants
Revision #51810b7 2020-09-15 12:34:37 +0200
Added constants.FIELD_TYPE
Revision #4989ed0 2020-09-15 12:33:55 +0200
Fixed installation text
Revision #8d1fdaa 2020-09-15 12:32:14 +0200
Bump version number
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 20 Oct 2020
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 #3b2edf5 2020-10-19 08:11:32 +0200
Fix for CONPY-115:
Revision #d30042b 2020-10-13 08:44:33 +0200
Fixed build error
Revision #020017e 2020-10-12 09:05:49 +0200
Fix for CONPY123: Free pending result sets when closing cursor
Revision #30caad5 2020-10-05 09:30:12 +0200
Bump version number
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 25 Nov 2020
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 #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"
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
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 24 Feb 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 #f633103 2021-02-14 15:29:58 +0100
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
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 8 Jun 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 #9bb4e37 2021-06-06 11:56:57 +0200
CONPY-155: segmentation fault on calling connection.get_server_version()
Revision #b0235e8 2021-04-26 20:38:33 +0200
Disable SQLAlchemy due to too many errors
Revision #fd953a5 2021-04-26 20:25:04 +0200
Travis: Build Connector/Python for SQLAlchemy test
Revision #227104a 2021-04-26 20:11:43 +0200
Travis fix:
Revision #4ebc72e 2021-04-26 19:57:23 +0200
fixed typo
Revision #afe7e87 2021-04-26 19:55:02 +0200
Added SQLAlchemy dialect tests
Revision #88dcf20 2021-04-07 09:58:52 +0200
Merge pull request #15 from tuxmaster5000/file_perm
Revision #16a35c3 2021-01-12 08:46:48 +0100
Remove x bit from source file.
Revision #e34b7ad 2021-04-07 09:55:49 +0200
Merge pull request #17 from niekbosch/patch-1
Revision #ae65e34 2021-01-24 18:06:24 +0100
Importing (and thus exporting) class connection
Revision #8b5f9ab 2021-04-06 11:21:38 +0200
Fix for CONPY-150:
Revision #fdee513 2021-03-10 07:46:07 +0100
Fix for CONPY-144: Segfault in connection pool
Revision #f5da77b 2021-03-01 18:49:38 +0100
bump version number (1.0.7)
This page is: Copyright © 2025 MariaDB. All rights reserved.
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 #158b86d 2021-10-19 09:51:11 +0200
Updated classifier info in setup:
Revision #3f1f3ca 2021-10-19 09:48:01 +0200
Fix for Python 3.10 windows build:
Revision #5a3310a 2021-06-06 13:00:43 +0200
bumped version number
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Python is:MariaDB Connector/Python 1.1.12
DownloadRelease NotesChangelogConnector/Python Overview
Release date: 21 Dec 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 #20be74d 2021-12-13 15:56:55 +0100
travis: added 10.6 server
Revision #f365383 2021-12-13 14:15:08 +0100
Windows build:
Revision #cfd2b87 2021-12-13 05:57:14 +0100
Merge branch 'master' of mariadb-connector-python
Revision #815374c 2021-11-25 14:42:03 +0100
Fixed warnings when building with VS2022 (Windows)
Revision #e9032ed 2021-12-12 08:19:35 +0100
Revision #c909773 2021-11-25 06:01:18 +0100
Fix for CONPY-178:
Revision #5ed872f 2021-10-28 10:53:00 +0200
Fix for CONPY-175:
Revision #875ad18 2021-10-28 10:52:28 +0200
bump version number
This page is: Copyright © 2025 MariaDB. All rights reserved.