Skip to content

Releases: taozhi8833998/node-sql-parser

4.15.0

14 Dec 06:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.14.0...4.15.0

4.14.0

13 Dec 09:54

Choose a tag to compare

Full Changelog: 4.13.0...4.14.0

4.13.0

13 Dec 02:54

Choose a tag to compare

What's Changed

Full Changelog: 4.12.0...4.13.0

fix aggregate func args, convert function in MySQL, support drop index and key, like params

01 Dec 02:06
109558f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.11.0...4.12.0

Fix sqlify error, support keyword in column

25 Sep 02:14

Choose a tag to compare

  • fix sqlify between database error
  • support accentuated characters in pg
  • support keyword as column name in create table sql in sqlite
  • support on update now() in mysql

Enhance PostgresQL and fix bugs

28 Aug 01:20

Choose a tag to compare

  • support for loop stmt
  • support execute, raise, revoke
  • support create aggregate, function,
  • fix union distinct
  • support snowflake alpha
  • fix ident_name
  • support create trigger in sqlite
  • fix if condition in tsql
  • detail prs and issues

Optimization, support more grammar in PostgresQL, fix bugs in MySQL

01 Aug 01:53

Choose a tag to compare

  • support alter, create multiple resources in pg
  • fix bugs during the period
  • fix on update current_timestamp with args for MySQL
  • fix convert with dataType args while not column bug for MySQL
  • fix slow parser for pg