JavaScriptor/js-sql-parser
SQL(select) parser written with jison. parse SQL into abstract syntax tree(AST) and stringify back to SQL. sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html
JavaScriptMIT
Issues
- 0
Grammar railroad diagram
#62 opened by mingodad - 3
- 1
Support variables with '$' in queries
#56 opened by ahmedragab96 - 1
Support value placeholders with '@'
#47 opened by kylechadha - 1
It is supported in WHERE database.table.column
#55 opened by newbieppp - 3
解析操作符号的问题?
#54 opened by cy-biggray - 1
LEFT(string, charcters length), RIGHT(string, characters length) not getting exact result
#51 opened by T-Deepthy - 2
具名参数如何书写
#36 opened by jerrold1108cn - 1
identifier double quoting support
#44 opened by billreynolds007 - 0
Update / Insert syntax support (even basic)
#41 opened by adminy - 3
LEFT JOIN bug
#34 opened by enoch300 - 3
WHERE conditions when only one Identifier
#32 opened by dwips - 2
GROUP BY and ORDER BY has the same object
#31 opened by dwips - 4
Parse with "TOP" keyword support
#30 opened by Mobackilayarajaselvaraj - 1
BUG keyword `Having` not support in stringify
#29 opened by albin3 - 2
Get all tables?
#26 opened by hartum - 2
多重嵌套查询sql解析报错
#27 opened by sumulige - 1
Spelling error in "type": "TableRefrence"
#19 opened by thwee-alchemist - 1
Add test case to check release code available
#23 opened by albin3 - 2
- 8
Support UNION clause
#2 opened by albin3 - 4
Support TUMBLE function
#20 opened by yuemingl - 1
"as" is not printed when using parser.stringify
#16 opened by rgomesf - 1
Support CAST clause
#9 opened by DragonFly666 - 1
not support <>?
#6 opened by shengguofeng - 1
Support string functions LEFT() and RIGHT()
#3 opened by stefanreimers - 1
Support WITH clause
#1 opened by morenoh149