Skip to content

Conversation

@AmeyaRele
Copy link
Contributor

No description provided.

private readonly string[] variableLengthTypes = new string[] { "varchar", "nvarchar", "nchar", "char", "binary", "varbinary" };
private readonly string[] variablePrecisionTypes = new string[] { "numeric", "decimal" };

private readonly string _workerId;
Copy link
Contributor

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.

@Charles-Gagnon Charles-Gagnon changed the title Trigger changes Add SQL Trigger support Apr 6, 2022
@AmeyaRele AmeyaRele closed this Apr 19, 2022
@JatinSanghvi
Copy link
Contributor

This PR was closed as it was replaced with #226 as we changed the source branch to triggerbindings in this repo. Having a common branch would let both me and Ameya be able to push new commits. The intention was also to give credit to other contributors in that branch, but it seems those other commits do not show up as there were intermediate merges that occurred between dev and triggerbindings branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants