| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,3 +6,4 @@ | |||
| 6 | 6 | 1.1.1 fix stringify having #29 , pr: #28 | |
| 7 | 7 | 1.2.0 fix typo "refrence" to "reference" #24 | |
| 8 | 8 | 1.2.1 fix stringify having #29 , pr: #28 | |
| 9 | + 1.2.2 feat: add support for "`" quoted alias, pr: #33 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,7 @@ sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html | |||
| 12 | 12 | ||
| 13 | 13 | - Typo 'refrence' has been fixed to 'reference' since v1.2.0. | |
| 14 | 14 | - Fix bug stringify keyword `having` since v1.2.1. [#29](https://github.com/JavaScriptor/js-sql-parser/issues/29) | |
| 15 | + - Add support for "`" quoted alias since v1.2.2. [#33](https://github.com/JavaScriptor/js-sql-parser/issues/33) | ||
| 15 | 16 | ||
| 16 | 17 | for more changes see [CHANGELOG](./CHANGELOG) | |
| 17 | 18 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "js-sql-parser", | |
| 3 | - "version": "1.2.1", | ||
| 3 | + "version": "1.2.2", | ||
| 4 | 4 | "description": "", | |
| 5 | 5 | "main": "./dist/parser/sqlParser.js", | |
| 6 | 6 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments