ODBC: Connection String argument encryption accepts new values (0 or 1)

Details

Detail name Value
Changelog Number 13493
Type Improvement
Status Resolved
Fix Versions Exasol 7.1.3
Resolution Date 2021-11-26

Background

A user can enable or disable encryption for the connection using the ODBC Driver connection string argument encryption.

Improvement

The ODBC Driver connection string argument encryption accepts additional values (0, 1) as input to enable or disable encryption.

Accepted Values for Encryption Argument

Encryption Status Value
Enabled Y
Enabled y
Enabled 1
Disabled N
Disabled n
Disabled 0

Note: The highlighted options are new.