Thanks to visit codestin.com Credit goes to github.com
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 e49c67f commit f5ae2ecCopy full SHA for f5ae2ec
CHANGELOG
@@ -1,5 +1,8 @@
1
1.0.6 add MIT license.
2
1.0.7 fix alias for identifier #16 , pr: #17
3
1.0.8 support union grammar follow: https://dev.mysql.com/doc/refman/8.0/en/union.html
4
+1.0.9 fix stringify having #29 , pr: #28
5
1.1.0 hotfix: Remove unused import
6
+1.1.1 fix stringify having #29 , pr: #28
7
1.2.0 fix typo "refrence" to "reference" #24
8
+1.2.1 fix stringify having #29 , pr: #28
package.json
@@ -1,6 +1,6 @@
{
"name": "js-sql-parser",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "",
"main": "./dist/parser/sqlParser.js",
"scripts": {
0 commit comments