We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5de069 commit 315faf7Copy full SHA for 315faf7
CHANGELOG
@@ -7,3 +7,4 @@
7
1.2.0 fix typo "refrence" to "reference" #24
8
1.2.1 fix stringify having #29 , pr: #28
9
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
@@ -10,9 +10,10 @@ sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html
11
## news
12
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)
+- Fix bug tableFactor alias since v1.3.0 [#34](https://github.com/JavaScriptor/js-sql-parser/issues/34)
15
- 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)
16
+- Typo 'refrence' has been fixed to 'reference' since v1.2.0.
17
18
for more changes see [CHANGELOG](./CHANGELOG)
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "js-sql-parser",
3
- "version": "1.2.2",
+ "version": "1.3.0",
4
"description": "",
5
"main": "./dist/parser/sqlParser.js",
6
"scripts": {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments