I'm developing a SQL Server database management tool that focuses on database version control and schema synchronization. I'd like the language server to parse these files and expose symbol ...
Changes: * add optional delimiter to FunctionDef for function call with 2 params since extract has form "extract(param1 from param2)" * add `TimestampPart` and corresponding type tags that are ...