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

ScriptGeneratorOption.SqlVersion is always Sql90 even if we have different SqlScriptGenerator

Phantom-Sixth-Man opened this issue · comments

ScriptGeneratorOption.SqlVersion is always Sql90 even if we have different SqlScriptGenerator

image

Hi @Phantom-Sixth-Man Could you share the steps to repro this issue?

Hello @SeenaAugusty, I have opened a PR - #67.
Please review and merge.

It is fixed in this PR #67