microsoft / SqlScriptDOM

ScriptDOM/SqlDOM is a .NET library for parsing T-SQL statements and interacting with its abstract syntax tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser.Create method should be static

Dane-Dai opened this issue · comments

As title above, the method should be a static method so that developers can call it without creating an useless TSqlParser instance

there's already a CreateParser static method to create the parser. we cannot make create static for compatibility.