File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 8
8
1.2.1 fix stringify having #29 , pr: #28
9
9
1.2.2 feat: add support for "`" quoted alias, pr: #33
10
10
1.3.0 fix tableFactor alias bug. AST changed in tableFactor. #34
11
+ 1.4.0 fix bug `using ' & " for column alias?` #40 #44
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html
10
10
11
11
## news
12
12
13
+ - Fix bug ` using ' & " for column alias? ` since v1.4.0 [ #40 ] ( https://github.com/JavaScriptor/js-sql-parser/issues/40 ) , [ #44 ] ( https://github.com/JavaScriptor/js-sql-parser/issues/44 )
13
14
- Fix bug tableFactor alias since v1.3.0 [ #34 ] ( https://github.com/JavaScriptor/js-sql-parser/issues/34 )
14
15
- Add support for "`" quoted alias since v1.2.2. [ #33 ] ( https://github.com/JavaScriptor/js-sql-parser/issues/33 )
15
16
- Fix bug stringify keyword ` having ` since v1.2.1. [ #29 ] ( https://github.com/JavaScriptor/js-sql-parser/issues/29 )
You can’t perform that action at this time.
0 commit comments