MariaDB Connector/Python 1.1.0 Alpha1 Changelog
The most recent Stable (GA) release of MariaDB Connector/Python is:
MariaDB Connector/Python 1.1.10
Download Release Notes Changelog Connector/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
- Revision #2e7dcde
2021-08-16 10:41:07 +0200
- Removed converter from C Code
- Revision #307046b
2021-08-16 10:12:41 +0200
- Removed unused MemberDefs from connection
- Revision #445f3bc
2021-08-16 10:11:46 +0200
- Documentation update:
- Revision #3fbe0e3
2021-08-16 10:11:24 +0200
- removed newline from end of file
- Revision #aaf5011
2021-08-16 10:10:22 +0200
- gitignore update
- Revision #7494e2b
2021-08-16 10:09:45 +0200
- Documentation fixes and update
- Revision #6bbe026
2021-08-16 10:08:15 +0200
- Moved MemberDef properties
- Revision #1ab9f83
2021-08-16 09:32:32 +0200
- Test fix:
- Revision #fc32956
2021-08-16 09:29:55 +0200
- Check server capabilities at the beginning of function
- Revision #d3d1cfc
2021-08-16 09:28:32 +0200
- Fixed rowcount for executemany() when connected to a MySQL database server.
- Revision #a614b9f
2021-08-05 10:09:12 +0200
- Fixed a previous copy/paste error
- Revision #8797449
2021-08-05 09:57:09 +0200
- Raise exception if number of parameter doesn't match.
- Revision #1d201f1
2021-08-05 08:52:32 +0200
- Removed refrence decrement in tuple construct.
- Revision #9ac0551
2021-08-05 08:32:20 +0200
- Default mode for cursor changed:
- Revision #8cd33d5
2021-08-03 11:31:31 +0200
- Fixed memory leak in parser
- Revision #cb0c3c8
2021-08-01 11:29:22 +0200
- Documentation update
- Revision #b3713fd
2021-08-01 11:16:19 +0200
- initialization fixes
- Revision #47ca11d
2021-08-01 10:31:10 +0200
- Documentation update
- Revision #ebb09cf
2021-07-28 06:55:10 +0200
- Documentation
- Revision #5a81686
2021-07-26 06:54:38 +0200
- Documentation work
- Revision #6c6e100
2021-07-23 11:07:43 +0200
- remove commit/rollback from c code
- Revision #ea97f66
2021-07-22 16:06:27 +0200
- connection class:
- Revision #5870f5d
2021-07-22 14:15:53 +0200
- cursor:
- Revision #2bd40ca
2021-07-18 18:16:38 +0200
- Test fixes
- Revision #8ee02ac
2021-07-14 22:14:52 +0200
- Cursor fixes for execute, implemented execute_direct
- Revision #c8a9f50
2021-07-12 10:52:02 +0200
- Updated required minimum version of Connector&C (3.2.4)
- Revision #84df56c
2021-07-12 09:46:05 +0200
- connection and cursor class are now written in native python
- Revision #27730cd
2021-03-21 22:44:42 +0100
- Moved more methods and propertys from C to Python code
- Revision #1299be5
2021-01-18 06:41:15 +0100
- fixed typo
- Revision #1f084d1
2021-01-18 06:39:05 +0100
- disable pooling until tests are ready
- Revision #b5936a9
2021-01-18 06:37:09 +0100
- Added new class Pool
- Revision #aa65cc8
2021-01-18 06:11:03 +0100
- Exchanged C written connection pool class by native python class.
- Revision #2ce8f2c
2020-12-02 10:41:29 +0100
- Added missing dbapi20.py
- Revision #feb990d
2020-12-01 20:59:27 +0100
- Moved DBAPI 2.0 Date/Time/Timestamp constructors from C code to Python module dpapi20.py
- Revision #a2b3e98
2020-12-01 08:28:01 +0100
- Replaced Mrdb_Fieldinfo by python fieldinfo class
- Revision #7df428e
2020-11-30 16:49:16 +0100
- Moved Objects from c to python code
- Revision #e8d7854
2020-11-25 13:44:18 +0100
- codespell typo fixes
- Revision #ba6af78
2020-11-25 13:16:51 +0100
- Fixed travis link for build status
- Revision #8a9ab45
2020-11-24 18:37:52 +0100
- bumped version number
- Revision #5718305
2020-11-24 15:54:15 +0100
- Windows build fix
- Revision #a1c709b
2020-11-24 14:00:56 +0100
- Fix for CONPY-133:
- Revision #6a83209
2020-11-24 14:00:15 +0100
- Fixed base class for exceptions
- Revision #0f0468a
2020-11-23 15:15:13 +0100
- Fix for CONC-132: Fix leak in connection pool
- Revision #35a1235
2020-11-23 09:31:20 +0100
- travis: disable bench
- Revision #1ae8afb
2020-11-22 21:21:39 +0100
- MySQL test fix: use server side cursor for select only
- Revision #fab2a6d
2020-11-22 20:38:26 +0100
- Fixed bug in pooling:
- Revision #5ef5008
2020-11-20 15:13:45 +0100
- Set LD_LIBRARY_PATH for Connector/C libraries
- Revision #f55b734
2020-11-20 13:04:12 +0100
- Save entry path in PROJ_PATH environment variable
- Revision #2d48594
2020-11-20 12:05:52 +0100
- fixed typo in travis script
- Revision #2a810ef
2020-11-20 11:33:59 +0100
- travis fix: change directory to mariadb-connector-python instead of home dir
- Revision #6cb17e7
2020-11-20 09:51:02 +0100
- Travis fix: change back to home directory after build of connector/c
- Revision #faf23d6
2020-11-20 09:32:55 +0100
- fixed typo (travis test)
- Revision #185ded7
2020-11-20 09:03:00 +0100
- Travis fix:
- Revision #1133b2a
2020-11-18 21:30:58 +0100
- Correction for MARIADB_PLUGIN_DIR
- Revision #64c2026
2020-11-18 21:29:57 +0100
- Revert "Set MARIADB_PLUGIN_DIR for travis environment"
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.