ODBC checks if the connection string parameter names are supported
Details
| Detail name | Value |
|---|---|
| Changelog Number | 18391 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | ODBC 24.0.0 |
| Resolution Date | 2024-03-11 |
Background
The current implementation of the ODBC connection string did not properly validate the parameters provided in the connection string, potentially leading to unexpected behavior or security vulnerabilities.
Improvement
The ODBC driver will now validate the connection string against all known parameters. If an unknown parameter is included in the connection string, an error will be returned and the connection attempt will fail.
Changed behavior
The ODBC driver will now validate the connection string against all known parameters. If an unknown parameter is included in the connection string, an error will be returned and the connection attempt will fail.