The target table of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause

Hello

Using MSSQL as backend for a Cake 4.0 project. The database is an existing and I am currently building a new app on top of that. Some of the tables have triggers to uphold business rules but that stops Cake (or rather typeorm) to insert on the table. This has been fixed and merged in typeorm in Januari. https://github.com/typeorm/typeorm/pull/5361

How can I update Cake to use the fixed version of typeorm?

Regards
Roger

Hi Roger,
I hope you are doing well.
Have you found a solution to your issue? I have the same problem here.

Thank you.
BR,
Dante