Skip to content

Commit 315faf7

Browse files
committed
release: v1.3.0
1 parent d5de069 commit 315faf7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
1.2.0 fix typo "refrence" to "reference" #24
88
1.2.1 fix stringify having #29 , pr: #28
99
1.2.2 feat: add support for "`" quoted alias, pr: #33
10+
1.3.0 fix tableFactor alias bug. AST changed in tableFactor. #34

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html
1010

1111
## news
1212

13-
- Typo 'refrence' has been fixed to 'reference' since v1.2.0.
14-
- Fix bug stringify keyword `having` since v1.2.1. [#29](https://github.com/JavaScriptor/js-sql-parser/issues/29)
13+
- Fix bug tableFactor alias since v1.3.0 [#34](https://github.com/JavaScriptor/js-sql-parser/issues/34)
1514
- Add support for "`" quoted alias since v1.2.2. [#33](https://github.com/JavaScriptor/js-sql-parser/issues/33)
15+
- Fix bug stringify keyword `having` since v1.2.1. [#29](https://github.com/JavaScriptor/js-sql-parser/issues/29)
16+
- Typo 'refrence' has been fixed to 'reference' since v1.2.0.
1617

1718
for more changes see [CHANGELOG](./CHANGELOG)
1819

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-sql-parser",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "",
55
"main": "./dist/parser/sqlParser.js",
66
"scripts": {

0 commit comments

Comments
 (0)