Skip to content

Releases: taozhi8833998/node-sql-parser

4.17.0

18 Dec 10:42
Compare
Choose a tag to compare

Full Changelog: 4.16.0...4.17.0

4.16.0

18 Dec 04:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.15.0...4.16.0

4.15.0

14 Dec 06:17
Compare
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
Compare
Choose a tag to compare

Full Changelog: 4.13.0...4.14.0

4.13.0

13 Dec 02:54
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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