microsoft/SqlScriptDOM
ScriptDOM/SqlDOM is a .NET library for parsing T-SQL statements and interacting with its abstract syntax tree
GAPMIT
Issues
- 0
Add .NET 8 target
#104 opened by zijchen - 0
- 0
Rebuild SQL query with VariableReference
#101 opened by DmitryLukyanov - 0
WAIT_STATS_CAPTURE_MODE not recognized as valid query_store_option_list parameter
#100 opened by martyelliott7 - 3
Is there a way to get access to WHERE condition from `FromClause` visitor step in TSqlFragmentVisitor?
#99 opened by DmitryLukyanov - 25
- 1
Scriptdom can't parse references to changetable() function with forceseek parameter
#78 opened by dzsquared - 0
TSql160Parser misidentifies interval parameter in DATEDIFF function as ColumnReferenceExpression
#98 opened by sqlrunner - 0
Exposing Generator Visitor
#97 opened by Stefan-Puskarica - 0
- 2
uninitialized token indexes in some fragments
#91 opened by vemoo - 1
- 1
- 1
CREATE EXTERNAL TABLE with filepath() or filename() calculated column gives syntax error
#88 opened by jashwood - 0
Support for "WITH (DATA_COMPRESSION = COLUMNSTORE | COLUMNSTORE_ARCHIVE)" for inline index
#87 opened by zacateras - 1
Schema differences for scalar-valued function
#85 opened by hgsenger - 0
UpdateSpecification.AcceptChildren issue results in out of sequence explicit visit calls
#84 opened by kenlnetherland - 0
Make Parser.Create function obsolete
#83 opened by llali - 0
- 4
Add quotes for "Incorrect syntax near XXX"
#74 opened by Frankkkkk - 0
ScriptDom does not fill Clustered property even if it was explicitly provided on HASH index
#73 opened by IVNSTN - 4
Add cross-plat build support
#14 opened by dzsquared - 0
ScriptDom parses table-level constraint after the last column as column-level constraint if not preceded by comma separator
#72 opened by IVNSTN - 1
ScriptDom interprets ambiguously the next word right after transaction control statement
#70 opened by IVNSTN - 1
Codepage='65001' or any numeric value is throwing Incorrect Syntax error in OPENROWSET query
#63 opened by SeenaAugusty - 1
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser.Create method should be static
#68 opened by Dane-Dai - 3
ScriptGeneratorOption.SqlVersion is always Sql90 even if we have different SqlScriptGenerator
#64 opened by Phantom-Sixth-Man - 3
Parser incorrectly generates a column on the wrong table when a column is not fully qualified in a SQL query
#62 opened by chlewi - 0
TSqlParser.Create() should be static, SqlScriptGenerator should have a similar factory method.
#54 opened by poizan42 - 4
TSql160Parser fails to parse CREATE USER FROM EXTERNAL PROVIDER WITH OBJECT_ID
#53 opened by holc-tkomp - 4
SELECT CAST('blah blah' As int)
#50 opened by allnamesaretaken2343 - 1
- 0
Add support for new SQL Server 2022 "IS [NOT] DISTINCT FROM" TSQL language enhancement.
#48 opened by mcenzato - 0
- 2
- 0
Add support for new SQL Server 2022 snapshot backup / restore functionality
#39 opened by arvindshmicrosoft - 5
- 2
ScriptDom parser for Sql Server 2022 fails to parse exec variable with version
#27 opened by Turyansky - 6
- 1
Unable to inherit 'SqlScriptGenerator' class
#42 opened by terryfkjc - 1
Migrate ScriptDOM grammar to Antlr3
#15 opened by barbaravaldez - 1
Contribute grammars upstream
#18 opened by dzsquared - 2
No solution file?
#34 opened by clement911 - 0
Warnings during build/test
#10 opened by Charles-Gagnon - 1
- 1
VS Installation should be optional
#4 opened by Charles-Gagnon - 0
- 3
Antlr env var step should be clearer
#5 opened by Charles-Gagnon - 0
Build error
#11 opened by abhikum - 2
Build errors when using antlr-2.7.6.exe
#9 opened by zijchen