Python Connector for Oracle v1.3.0
Released: Oct 30, 2025
Aggiornamenti in v1.3.0
Funzionalità
- Added support for Python 3.14.
- Added support for auto-login wallets.
- Added support for the BOOLEAN data type in Oracle 23 and higher.
- Added support for passwords longer than 30 characters in Direct mode for Oracle 23 and later.
- Added support for Bearer Token authentication when using an HTTP tunnel.
- Improved query performance for obtaining a primary key.
- Improved detection of the MERGE statement type in the Direct mode.
Correzioni
- Fixed a bug that caused the last LF to be incorrectly converted to a CRLF line break in CLOB values.
- Fixed an issue with supporting self-signed certificates for the SSL protocol in Direct mode.
- Resolved an issue with the redundant selection of NLS parameters when opening a connection from the connection pool.