CUBRID Python 11.3.0.51 is the latest stable version built with latest CUBRID CCI v11.2.0, it conforms to CUBRID 11.4.1.
[New Features & Improvements]
- Support for Python 3.10 and later versions.
- Added support for keyword arguments in the connect(Connect, connection) API.
- New APIs: ping and get_last_insert_id.
- Changed the return types for BIT, BIT VARYING, BIGINT, JSON, CHAR, STRING, and SET results.
- Added support for Python Native types (int, float, decimal, datetime, bytes) when using execute.
- Improved the executemany function to address repetitive prepare issues.
[Bug Fixes]
- Fixed an issue where data was corrupted when transmitting lob on Windows.
- Resolved a bug where lob files were not being closed after being opened.
What's Changed
- [APIS-1012] 11.4 Driver Conformance Test - Python by @hwany7seo in #37
- [APIS-1012] 11.4 Driver Conformance Test - Python by @hwany7seo in #38
- [APIS-1062] #Format length and unittest function issue in Python 3.10. by @hwany7seo in #39
- [APIS-1068] CRUD testcase For Server 11.4 by @hwany7seo in #40
- [APIS-1065] 11.4 Driver Conformance Test - Python by @hwany7seo in #41
- [APIS-1069] database api Spec. 2.0 and other issue by @hwany7seo in #42
- [APIS-1070] Add return type handling to result by @hwany7seo in #43
- [APIS-1701] The parameter binding system will change and improve executemany. by @hwany7seo in #44
- [APIS-1073] 11.3.0 Release by @hwany7seo in #45
- [APIS-1073] 11.3.0 Release by @hwany7seo in #46
Full Changelog: v11.2.0.10...v11.3.0.51