You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found a bug? Please fill out the sections below. 👍
Issue Summary
When attempting to establish an MSSQL connection which explicitly sets trustServerCertificate the configuration value is defaulted to a string (i.e., "True") instead of the required boolean value which results in an error when attempting to connect.
Steps to Reproduce
When using mssql database, set the database url: " ... encrypt=true;trustServerCertificate=True;"
Connection attempt will fail
error connecting to engine: sql, type: mssql db: TypeError: The "config.options.trustServerCertificate" property must be of type boolean.
Technical details
The text was updated successfully, but these errors were encountered:
Found a bug? Please fill out the sections below. 👍
Issue Summary
When attempting to establish an MSSQL connection which explicitly sets trustServerCertificate the configuration value is defaulted to a string (i.e., "True") instead of the required boolean value which results in an error when attempting to connect.
Steps to Reproduce
" ... encrypt=true;trustServerCertificate=True;"
error connecting to engine: sql, type: mssql db: TypeError: The "config.options.trustServerCertificate" property must be of type boolean.
Technical details
The text was updated successfully, but these errors were encountered: