Fix soft delete not returning affected rows on MSSQL (#6916)
Because the query type was not properly set when doing a soft delete, Sequelize tried to format the result in the wrong format: https://github.com/sequelize/sequelize/blob/cf232e76b46b7cb2fc98c455cc2010d520ca592d/lib/dialects/mssql/query.js#L186
Showing
with
11 additions
and
1 deletions
-
Please register or sign in to post a comment