herbsjs / herbs2knex

Create repositories using Knex to retrieve and store Entities
Other
7 stars 13 forks source link

add tedious for connection mssql #12

Closed jhomarolo closed 3 years ago

jhomarolo commented 3 years ago

Knex from version 0.95 now needs tedious to work with mssql

"MSSQL driver was completely reworked in order to address the multitude of connection pool, error handling and performance issues. Since the new implementation uses tedious library directly instead of mssql, please replace mssql with tedious in your dependencies if you are using a MSSQL database. "

Ref: https://github.com/knex/knex/blob/master/UPGRADING.md#upgrading-to-version-0950

After adding it, the tests with SQL Server returned to work.

jhomarolo commented 3 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: