jefflester / minitrino

A tool that makes it easy to run modular Trino environments locally.
Apache License 2.0
32 stars 3 forks source link

Update SQLServer module connection-url #46

Closed epiekarski closed 1 year ago

epiekarski commented 1 year ago

New updates to the SQL Server connector I believe require ';encrypt=false' to be appended to the end of the connection URL. New URL should be:

connection-url=jdbc:sqlserver://sqlserver:1433;database=master;encrypt=false

Docs for reference: https://docs.starburst.io/latest/connector/starburst-sqlserver.html#configuration

jefflester commented 1 year ago

Closed with #56