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
Copy file name to clipboardExpand all lines: .github/instructions/adding_new_parser.guidelines.instructions.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Guidelines for Adding New Parser Versions to SqlScriptDOM
2
2
3
-
This guide provides step-by-step instructions for adding support for a new SQL Server version parser to the SqlScriptDOM library. This pattern was established from the TSql180 parser implementation for SQL Server Yellowstone (vnext).
3
+
This guide provides step-by-step instructions for adding support for a new SQL Server version parser to the SqlScriptDOM library. This pattern was established from the TSql180 parser
4
4
5
5
## When to Use This Guide
6
6
@@ -27,7 +27,6 @@ SqlScriptDOM uses a version numbering scheme that corresponds to SQL Server vers
27
27
- TSql150 = SQL Server 2019
28
28
- TSql160 = SQL Server 2022
29
29
- TSql170 = SQL Server 2025
30
-
- TSql180 = SQL Server Yellowstone (vnext)
31
30
32
31
**Naming Pattern**: `TSql{CompatibilityLevel}` where CompatibilityLevel is typically `(MajorVersion - 1900) * 10`
0 commit comments