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

Scriptdom can't parse references to changetable() function with forceseek parameter #78

Open dzsquared opened 4 months ago

dzsquared commented 4 months ago

https://learn.microsoft.com/en-us/sql/relational-databases/system-functions/changetable-transact-sql?view=sql-server-ver16

References with any target platform fail to parse (and then build in dacfx) if the changetable function has the 3rd and optional FORCESEEK parameter added