[V5] ORM SQL Server - Disabled return data after created #4052
Unanswered
GabrielGomesBarbosa
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using Adonis with SQL Server, in my case i have triggers on tables that change return of output, and when i use a Model to make insert like
I get this output:
The target table 'tableName' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
When i use instance of Database with insert methods, it's works, but i wanto to use Typescript to autocomplete and Model to make it easy.
There is a way to disable return in Model operations ?
Beta Was this translation helpful? Give feedback.
All reactions