SqlScriptDOM icon indicating copy to clipboard operation
SqlScriptDOM copied to clipboard

For UPDATE statement, visitor visits SetClauses after WhereClause

Open kenlnetherland opened this issue 1 year ago • 0 comments

.NET Framework (Windows-only) or .NET Core: .NET 8 Environment (local platform and source/target platforms): net8.0-windows x64 Steps to Reproduce:

Create a visitor inheriting from TSqlFragmentVisitor Override ExplicitVisit(AssignmentSetClause node) Override ExplicitVisit(WhereClause node) Item 2. (AssignmentSetClause) gets invoked "after" Item 3. (WhereClause) Shouldn't this be reversed?

kenlnetherland avatar May 20 '24 17:05 kenlnetherland