You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Support for token cache in OAuth U2M Flow using the configuration parameters: EnableTokenCache and TokenCachePassPhrase.
Support for additional SSL functionality including use of System trust stores (UseSystemTruststore) and allowing self signed certificates (via AllowSelfSignedCerts)
Added support for getImportedKeys and getCrossReferences in SQL Exec API mode
Updated
Modified E2E tests to validate driver behavior under multi-threaded access patterns.
Improved error handling through telemetry by throwing custom exceptions across the repository.
Fixed
Fixed bug where batch prepared statements could lead to backward-incompatible error scenarios.
Corrected setting of decimal types in prepared statement executions.
Resolved NullPointerException (NPE) that occurred during ResultSet and Connection operations in multithreaded environment.