Drivers: Remove deprecated parameter connecttimeout
Details
| Detail name | Value |
|---|---|
| Changelog Number | 15633 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | ODBC 24.0.0, JDBC 24.0.0, ADO.NET 24.0.0 |
| Resolution Date | 2024-03-11 |
Background
The parameter connecttimeout was deprecated in https://exasol.my.site.com/s/article/Changelog-content-14618?language=en_US and was replaced by logintimout.
Improvement
The parameter connecttimeout is now removed. Trying to use this parameter in a connection string will throw an error.
Changed behavior
Connecttimeout parameter is removed from all drivers. If it is used, the driver will throw an error stating that connecttimeout is invalid parameter.