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

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

Closed Phantom-Sixth-Man closed 5 months ago

Phantom-Sixth-Man commented 6 months ago

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

image

SeenaAugusty commented 6 months ago

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

Phantom-Sixth-Man commented 5 months ago

Hello @SeenaAugusty, I have opened a PR - https://github.com/microsoft/SqlScriptDOM/pull/67. Please review and merge.

SeenaAugusty commented 5 months ago

It is fixed in this PR https://github.com/microsoft/SqlScriptDOM/pull/67