microsoft / SqlScriptDOM

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

Ensure all parsers are tested in CursorOptionTokenInfoTest #38

Closed arvindshmicrosoft closed 1 year ago

arvindshmicrosoft commented 1 year ago

The original implementation of the test was wrongly using the internal Parse() helper function, which only used TSql140Parser. Now, the test correctly uses the local parser class to ensure all parser versions are tested.