Skip to content

Releases: coresql/sql-query-identifier

v3.1.1

10 Jun 17:01
2ddd501

Choose a tag to compare

Bugfix

  • Fix string-bodied CREATE FUNCTION swallowing the next statement by @murrayju in #97

Full Changelog: v3.1.0...v3.1.1

v3.1.0

04 Jun 20:06

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

03 Jun 20:01

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

21 May 23:59

Choose a tag to compare

  • Tokenizer now accounts for escaped quotes in quoted identifier
  • Column and table parsers now unescape escaped quotes in quoted identifiers ("a""b" -> a"b)
  • Bumped to version 3.0 because we probably should have when we initially released column and table parsing.

v2.11.0

05 May 21:15

Choose a tag to compare

  • Support for DynamoDB's PartiQL. A subset of SQL

v2.10.0

25 Mar 15:55

Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

26 Nov 16:18

Choose a tag to compare

Features

Full Changelog: v2.8.0...v2.9.0

v2.8.0 - Param fixes

15 Nov 21:05
a123441

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

21 Feb 18:43
c17b973

Choose a tag to compare

Features

  • Add initial support for table identification by @azmy60 in #76

This feature requires passing identifyTables: true to the identify options. It will only pick up tables in very simple cases (no CTEs) for SELECT and INSERT queries and is not ready for broad usage. If enabled, should ideally see the tables used under new tables key in the identify result. If disabled, or using an unsupported query type, then tables will be an empty array.

Full Changelog: v2.6.0...v2.7.0

v2.6.0

05 Dec 02:39
9edeaa4

Choose a tag to compare

Features

  • Identify create virtual table sqlite statements by @MasterOdin in #73

Bugfixes

  • Fix parsing trailing non-alphanumerics in mssql parameters by @azmy60 in #72

Full Changelog: v2.5.0...v2.6.0