-
Notifications
You must be signed in to change notification settings - Fork 74
[Draft] OnError command support in GoSQlCmd #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be some merge conflicts with main branch. Can you resolve that?
Please add unit test case to test this implementation and in combination with -b and -V .
I just noticed that you are adding unit tests. In that case you can mark the PR as draft till it's ready. |
Resolved merge conflicts. And UTs are still WIP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
as you push new commits, resolve the relevant discussions in the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description :
OnError Command support in GoSqlCmd
For details refer : https://learn.microsoft.com/en-us/sql/tools/sqlcmd-utility?view=sql-server-ver16
WIP : Adding UTs