mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.48k stars 296 forks source link

Recognize special assignment operator in function calls #995

Closed wiebe closed 1 year ago

wiebe commented 1 year ago

Fixes #764 and #893

Snowflake and TimescaleDB use => as assignment operator in certain situations. These changes will prevent it being split apart by a space.

wiebe commented 1 year ago

That was fast, thanks! 👍