Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[improvement](sqlserver catalog) Configurable whether to use encrypt …
…when connecting to SQL Server using the catalog (apache#36659) In previous versions, we used druid as the default JDBC connection pool, which can use custom decryption to parse the certificate when SQL Server encryption is turned on. However, in the new version, after changing HikariCP as the default connection pool, the SQLServer certificate cannot be parsed, so encryption needs to be turned off for normal use. Therefore, a parameter is added to decide whether to disable SQLServer encryption. It is not disabled by default.
- Loading branch information