js-sql-parser
Advanced tools
Comparing version
{ | ||
"name": "js-sql-parser", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -9,4 +9,3 @@ "main": "./dist/parser/sqlParser.js", | ||
"build-concat": "minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js", | ||
"postbuild": "npm run test:build", | ||
"test": "npm run build", | ||
"test": "npm run build && npm run test:build", | ||
"test:all": "mocha --require babel-register", | ||
@@ -13,0 +12,0 @@ "test:build": "mocha --require babel-register test/*.test.js", |
@@ -13,5 +13,6 @@ # js-sql-parser | ||
- Fix bug tableFactor alias since v1.3.0 [#34](https://github.com/JavaScriptor/js-sql-parser/issues/34) | ||
- Add support for "`" quoted alias since v1.2.2. [#33](https://github.com/JavaScriptor/js-sql-parser/issues/33) | ||
- Fix bug stringify keyword `having` since v1.2.1. [#29](https://github.com/JavaScriptor/js-sql-parser/issues/29) | ||
- Typo 'refrence' has been fixed to 'reference' since v1.2.0. | ||
- Fix bug stringify keyword `having` since v1.2.1. [#29](https://github.com/JavaScriptor/js-sql-parser/issues/29) | ||
- Add support for "`" quoted alias since v1.2.2. [#33](https://github.com/JavaScriptor/js-sql-parser/issues/33) | ||
@@ -18,0 +19,0 @@ for more changes see [CHANGELOG](./CHANGELOG) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
86488
0.21%80
1.27%