-
Notifications
You must be signed in to change notification settings - Fork 64
Add SQL Trigger support #221
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
| private readonly string[] variableLengthTypes = new string[] { "varchar", "nvarchar", "nchar", "char", "binary", "varbinary" }; | ||
| private readonly string[] variablePrecisionTypes = new string[] { "numeric", "decimal" }; | ||
|
|
||
| private readonly string _workerId; |
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.
Check if the number of mutable fields in the class can be reduced, for example by passing some of them between functions, and accepting output of function via its return value rather than through shared class member variables.
|
This PR was closed as it was replaced with #226 as we changed the source branch to |
No description provided.