Skip to content

15.4.8

Latest
Compare
Choose a tag to compare
@nene nene released this 21 Dec 10:23
· 2 commits to master since this release

Improved keyword classification

  • Treat function names as identifiers when they aren't followed by ( (#812)
  • Never detect words in foo.bar constructs as keywords (#812)

Transact-SQL fixes

  • Treat $ACTION as keyword (#810)
  • Don't detect CHAR as function (only as data-type) (#811)