- Fix the trigger "auto-drop" function (the trigger drop needs to be …#215
Open
darkag wants to merge 1 commit into
Open
- Fix the trigger "auto-drop" function (the trigger drop needs to be …#215darkag wants to merge 1 commit into
darkag wants to merge 1 commit into
Conversation
…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? |
Author
|
Have you run your version of the code in production for some time without issues? We are seeing the same issues |
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…the last operation before return)