Added missing MSSQL keywords and built-in functions #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-missing-tokens"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added missing MSSQL keywords and built-in functions
This PR addresses the missing keywords identified in issue #1585. I've added:
Each addition includes a source URL for future reference and verification.
Questions for review:
The changes are ready for review - feedback welcome!
It's not clear from the diff view, but I haven't removed any currently existing tokens, only added new ones.
It looks like you're not putting spaces at the start or end of string concatenated with
+, which will cause words at the start and end of lines to be joined.Also, these should be specified in lower case. There's an option to upcase keyword completions.
Fixed those, thanks for your fast review. Crazy how I didn't see the spaces issue myself.
Thanks! Merged, and changed a bit to fit with the surrounding code style. Let me know if it works for you, the way it is now, and I can tag a release.
I have not recieved any more suggestions - can you tag a release?
Thanks
I've tagged version 6.9.1