Skip to content

v2.2.0

Choose a tag to compare

@MasterOdin MasterOdin released this 25 Aug 16:21
· 73 commits to main since this release

Features

  • Add support for identifying create/drop view statements
  • Add getExecutionType method to get execution type for a command
  • Add support for identifying alter statements
  • Add support for identifying create/drop/alter schema statements
  • Add support for identifying parameters in queries

Bugfixes

  • Narrow type information for Token.type

Build

  • Add Node 16 to test matrix