adds support for table triggers in mssql dialect
- closes https://github.com/sequelize/sequelize/issues/3284 - closes https://github.com/sequelize/sequelize/issues/3967 - adds a temp table to get the output rows of insert,update and delete queries when there is a trigger on a table. - Sits behind a flag called hasTrigger on the model - Added tests that cover insert,update and delete queries - using dialect support for temp tables to handle triggers - increases enum column size in mssql to 255
Showing
with
281 additions
and
12 deletions
test/integration/trigger.test.js
0 → 100644
test/unit/sql/insert.js
0 → 100644
test/unit/sql/update.js
0 → 100644
-
Please register or sign in to post a comment