monitor-table-change-with-sqltabledependency
monitor-table-change-with-sqltabledependency copied to clipboard
- Fix the trigger "auto-drop" function (the trigger drop needs to be …
…the last operation before return)
- Fix incorrect WaitForNotifications start that prevent stop to termitate if stoped on application closing (wrong task was waited)
Before making this change, did you experience orphaned triggers in SQL that were causing problems?
Yes that's why I started to look in the source code. When the problem occured I was not able to update the watched table since the trigger drop command failed.
I got error messages like the ones described in issue #214 or #188.
Have you run your version of the code in production for some time without issues? We are seeing the same issues
Yes, no problems since the corrections I've made.
unfortunately this fix didn't work for me: had issues with stopping listener and also it was not possible to do a restart after an error, something is wrong with changes to WaitForNotifications await