mssqldef: Support for trigger with very complex procedures #740
Closed
chi-bd
started this conversation in
Feature requests
Replies: 2 comments
-
|
π |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The parsing issue for the very complex trigger procedures, which I've been struggling with, has now been resolved through the series of pull requests up to #803. Since the problem at hand has been addressed, I'll be closing this discussion. Thanks for the help! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
@k0kubun
I am currently working on adding support to mssqldef to handle trigger syntax that contains very complex procedures.
However, I've found that the causes of parsing errors are quite diverse, and it is difficult to address all of them at once. Therefore, I am taking an incremental approach by submitting a series of small pull requests as I identify and fix each issue.
Regarding the upcoming series of Pull Requests that I will link to this discussion, please know that you do not need to create a new release for each individual merge. Feel free to bundle them into a release at your convenience.
Thank you for your understanding.
Beta Was this translation helpful? Give feedback.
All reactions