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
Maybe we could read the trigger from DB and if found, we could just go to the else-branch of the pattern match.
But the ID is used to get the reference to the entity: then if we don't get the id, you can't update or delete the item. Is that ok for you to not be able to do those things?
Hi,
Description
On SqlServer, I cannot insert if my table has trigger.
SqlServer don't allow OUTPUT in INSERT request if the table has trigger
Repro steps
Create table with trigger :
Try to insert
Expected behavior
Insert new row
Actual behavior
I have sql error :
Known workarounds
A create a fork and remove line 302-307 of Providers.MsSqlServer.fs
I propose to add config key to disable this behavior
Related information
The text was updated successfully, but these errors were encountered: