You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generally will see regular grammar such as insert update delete etc., but then I look for things like stored procedures, case statements, more advanced logic, and the other choices are very limited.
That was until I saw what you offer here. It looks as though you have a year's worth of work, in a very short time frame, fantastic!
What is planned for unit tests though?
The text was updated successfully, but these errors were encountered:
The grammar is from https://github.com/antlr/grammars-v4/tree/master/tsql.
If you want to add a C# unit-test, you should probably add it there.
I have no plans for unit-test or more work - I just wanted to remove comments from scripts, so I can search in them without getting false positives with things that are commented out (db diff and grep).
I generally will see regular grammar such as insert update delete etc., but then I look for things like stored procedures, case statements, more advanced logic, and the other choices are very limited.
That was until I saw what you offer here. It looks as though you have a year's worth of work, in a very short time frame, fantastic!
What is planned for unit tests though?
The text was updated successfully, but these errors were encountered: