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
When I try to insert a record into table with triggers on it (SQL Server 2008), I get the following error:
The target table of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
@me21 Thank you for the report. I have upgraded the package on PyPI to the new one which contains the fix. Try it out, and let me know if the new one still gives you the same error.
When I try to insert a record into table with triggers on it (SQL Server 2008), I get the following error:
The target table of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
A similar error has already been discussed and fixed in https://github.com/avidal/django-pyodbc/issues/1. Please merge the fix to your fork.
Thanks!
The text was updated successfully, but these errors were encountered: