microsoft / SqlScriptDOM

ScriptDOM/SqlDOM is a .NET library for parsing T-SQL statements and interacting with its abstract syntax tree
MIT License
128 stars 13 forks source link

Make Parser.Create function obsolete #83

Open llali opened 2 months ago

llali commented 2 months ago

static method is added to parser to create an instance and there's not needed to keep the create method. but it can only be obsolete when we change major version. Had to remove obsolete property to avoid build warnings for users https://github.com/microsoft/SqlScriptDOM/pull/82