SDK: Removed EXA_CONNECT_TIMEOUT parameter
Details
| Detail name | Value |
|---|---|
| Changelog Number | 18545 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | ODBC 24.0.0 |
| Resolution Date | 2024-03-11 |
Background
In Changelog 14618, the parameter EXA_CONNECT_TIMEOUT was deprecated. The usage of the parameter was instead replaced with EXA_LOGIN_TIMEOUT to unify the behavior with other drivers.
Improvement
In the SDK, the parameter EXA_CONNECT_TIMEOUT is removed completely. If this parameter is used in a connection string, then the following error is thrown instead:
Unknown connection attribute type
Changed behavior
When using the SDK, including the parameter EXA_CONNECT_TIMEOUT is no longer supported and will instead raise the error "Unknown connection attribute type"