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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
If a table has a trigger in sql server, then execute update with OUTPUT will cause it to fail.
The error message is RequestError: The target table 'tablename' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
If a table has a trigger in sql server, then execute update with OUTPUT will cause it to fail.
The error message is
RequestError: The target table 'tablename' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
More information on this problem and the workaround here:
sequelize/sequelize#4807
https://stackoverflow.com/questions/13198476/cannot-use-update-with-output-clause-when-a-trigger-is-on-the-table
Does anyone have a solution?
The text was updated successfully, but these errors were encountered: