RobinBlomberg / kysely-codegen

Generate Kysely type definitions from your database.
MIT License
773 stars 69 forks source link

properly utilize ssl parameter for mssql dialect connection #158

Closed mjbergman92 closed 2 months ago

mjbergman92 commented 4 months ago

104

128

During introspection, the ssl flag is sent using both true and false, attempting to create a connection to the database using encryption before attempting without.

Without this slight addition, the switching does not work and the encryption always defaults to true.

RobinBlomberg commented 2 months ago

Thank you! 🚀

mjbergman92 commented 2 months ago

Thank you! I look forward to using the package now that this should be in the next release, I presume?

RobinBlomberg commented 2 months ago

It will! I will probably release it during the week.