An open API service providing commit metadata for open source projects.

GitHub / JavaScriptor/js-sql-parser / commits

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

SHA Message Author Date Stats
4baa4a93 release: v1.6.0 马肱 <b****w@a****m> over 1 year ago
26e0b619 merge Merge pull request #61 from JavaScriptor/feat-use-function-in-table-ref Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
14b31468 feat: support function call in table_factor. 马肱 <b****w@a****m> over 1 year ago
ca3c259d merge Merge pull request #58 from luizzappa/unicode-extended Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
10646422 merge Merge branch 'master' of github.com:JavaScriptor/js-sql-parser into unicode-e... Luiz Zappa <l****a@h****m> about 2 years ago
dec1f549 merge Merge pull request #59 from JavaScriptor/feat-placeholder-support Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
203c5dea chore: add placeholder Note to readme. 马肱 <b****w@a****m> about 2 years ago
80436560 release: v1.5.0 马肱 <b****w@a****m> about 2 years ago
199a1c6c feat(): unicode extended char support for column name or alias Luiz Zappa <l****a@h****m> about 2 years ago
f2524a06 merge Merge pull request #43 from sockstack/add-place-holder-support Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
4200a15d merge Merge branch 'master' into add-place-holder-support sockstack <4****k@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
09b15e42 chore: hotfix support quoted alias: multiple alias and orderby support. Albin Zeng <b****w@a****m> over 4 years ago
088e17b4 chore: readme & changelog. Albin Zeng <b****w@a****m> over 4 years ago
b5450ee8 release: v1.4.0 Albin Zeng <b****w@a****m> over 4 years ago
26d0d803 merge Merge pull request #46 from JavaScriptor/dev Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2361c572 fix: #40 Albin Zeng <b****w@a****m> over 4 years ago
7f3b8536 merge Merge pull request #37 from Capo93/master Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6503d59c place holder support sockstack <8****8@q****m> about 5 years ago
cf6db040 Merge quoted_identifier in identifier Nicola Capovilla <n****3@g****m> over 5 years ago
b32a6ccc support for double quote alias Nicola Capovilla <n****3@g****m> over 5 years ago
42efe32c fix: fix support for quoted alias Nicola Capovilla <n****3@g****m> over 5 years ago
315faf7b release: v1.3.0 Albin Zeng <b****w@a****m> over 5 years ago
d5de0696 merge Merge pull request #35 from JavaScriptor/hotfix-tablefactor-alias Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
394e5cc0 fix: #34 Albin Zeng <b****w@a****m> over 5 years ago
90031e32 fix: test case. Albin Zeng <b****w@a****m> over 5 years ago
f674bffb fix: test case. Albin Zeng <b****w@a****m> over 5 years ago
915dc767 fix: test case. Albin Zeng <b****w@a****m> over 5 years ago
8f4464d9 fix: test case. Albin Zeng <b****w@a****m> over 5 years ago
0c0a54f0 fix: test case. Albin Zeng <b****w@a****m> over 5 years ago
f8034b86 fix: test case. Albin Zeng <b****w@a****m> over 5 years ago
24381eee release: v1.2.2 Albin Zeng <b****w@a****m> over 5 years ago
bb66951f merge Merge pull request #33 from TrackTik/master Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d3c48713 feat: add support for quoted alias Ernesto Rodriguez Ortiz <e****z@t****m> over 5 years ago
03743788 chore: update readme.md. Albin Zeng <b****w@a****m> about 6 years ago
141ef504 chore: readme.md Albin Zeng <b****w@a****m> about 6 years ago
2960e33c chore: add Makefile. Albin Zeng <b****w@a****m> about 6 years ago
047b8701 chore: update news tab. Albin Zeng <b****w@a****m> about 6 years ago
f5ae2eca release: 1.2.1 & update CHANGELOG. Albin Zeng <b****w@a****m> about 6 years ago
e49c67f5 merge Merge pull request #28 from ryanmentzer/master Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
e8e7cc41 support stringifying the having keyword Ryan Mentzer <r****r@s****m> about 6 years ago
508f697c chore: put `news` into README.md Albin Zeng <b****w@a****m> over 6 years ago
c8758ee7 release: v1.2.0 & append fix for typo. Albin Zeng <b****w@a****m> over 6 years ago
9bb81e52 merge Merge pull request #24 from komali2/master Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
499bc189 Change "refrence" to "reference" in all instances Caleb Rogers <r****b@g****m> over 6 years ago
ff9b7ce2 release: v1.1.0 Albin Zeng <b****w@a****m> over 6 years ago
1da1a6bc merge Merge pull request #22 from michaelmior/fix-import Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
6bf4dc7e Remove unused import Michael Mior <m****r@c****u> over 6 years ago
9e612828 release: 1.0.8 Albin Zeng <b****w@a****m> over 6 years ago
3f406d2d merge Merge pull request #21 from JavaScriptor/feat-union-support Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
2bbd726f feat: union supported Albin Zeng <b****w@a****m> over 6 years ago
4724fab2 feat: union grammar, to resolve grammar conflicts. #2 Albin Zeng <b****w@a****m> over 6 years ago
c2decc07 release: 1.0.7 Albin Zeng <b****w@a****m> about 7 years ago
a3e6f294 merge Merge pull request #17 from JavaScriptor/fix-as-for-identifier Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a7be5ae0 fix: .travis.yml test. Albin Zeng <b****w@a****m> about 7 years ago
f3d1138d fix: current alias for identifier in stringify process. Albin Zeng <b****w@a****m> about 7 years ago
91f0bb9f merge Merge branch 'master' of https://github.com/JavaScriptor/js-sql-parser Albin Zeng <b****w@a****m> over 7 years ago
ced97ed3 chore: remove unreadable sql comment in test case. Albin Zeng <b****w@a****m> over 7 years ago
4b858831 merge Merge pull request #14 from oger000/pr/npm-build Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
417841da give hint howto build oger000 <g****l@o****t> over 7 years ago
b816790c switch build-tools to npm oger000 <g****l@o****t> over 7 years ago
da90fc75 chore: modify readme.md Albin Zeng <b****w@a****m> over 7 years ago
b11885e5 chore: add more test case & fix SELECT_EXPR_STAR bug. Albin Zeng <b****w@a****m> over 7 years ago
9bd66d78 chore: upgrade node versions in ci. Albin Zeng <b****w@a****m> over 7 years ago
9d4f640e chore: add to .npmignore. Albin Zeng <b****w@a****m> over 7 years ago
87db7279 merge Merge pull request #13 from oger000/pr/ignore-package-lock Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
423a174e merge Merge pull request #12 from oger000/pr/function-alias Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
b94dcc99 add package-lock.json to .gitignore oger000 <g****l@o****t> over 7 years ago
efe6dc5f implement alias for sql-functions oger000 <g****l@o****t> over 7 years ago
a4dcf63c chore: add license && add changelog. Albin Zeng <b****w@a****m> over 7 years ago
a20dda65 merge Merge pull request #11 from oger000/pr/addlicense Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
14ffb8e9 Add a License oger000 <o****0@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
5b7433f3 chore: release 1.0.5. 马肱 <b****w@a****m> over 7 years ago
9dbfa5ca merge Merge pull request #8 from JavaScriptor/restore-semicolon Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
0098e289 feature: support restore semicolon. 马肱 <b****w@a****m> over 7 years ago
a914ba6e merge Merge pull request #7 from JavaScriptor/fix-comparison-operator-sort Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
bd71f3f3 fix: comparison operator <> not support caused by comparison_operator sort. 马肱 <b****w@a****m> over 7 years ago
7323bebe chore: modify .npmignore. 马肱 <b****w@a****m> almost 8 years ago
3f2f5d06 chore: release 1.0.4 马肱 <b****w@a****m> almost 8 years ago
74db63f8 chore: release 1.0.3 马肱 <b****w@a****m> almost 8 years ago
0a8e8380 merge Merge pull request #5 from JavaScriptor/hotfix-keyword-limit Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
53102605 hotfix: keyword limit missing. 马肱 <b****w@a****m> almost 8 years ago
436f7806 chore: enable parser.stringify test. 马肱 <b****w@a****m> almost 8 years ago
d1530cbe chore: upgrade version to 1.0.2. 马肱 <b****w@a****m> almost 8 years ago
05d488f0 merge Merge pull request #4 from JavaScriptor/grave-accent-support Albin Zeng <b****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
6c7169c1 fix: test case. 马肱 <b****w@a****m> almost 8 years ago
89c64b19 fix: grave accent support. 马肱 <b****w@a****m> almost 8 years ago
6d526bdf upgrade sqlParser.js 马肱 <b****w@a****m> over 8 years ago
b46f407b chore: ; support 马肱 <b****w@a****m> over 8 years ago
5443e616 chore: add benchmark.js 马肱 <b****w@a****m> over 8 years ago
6c7623f3 chore: add benchmark.js 马肱 <b****w@a****m> over 8 years ago
5caacfbf feature: release 1.0.0 马肱 <b****w@a****m> over 8 years ago
79773410 chore: update readme. 马肱 <b****w@a****m> over 8 years ago
5a8b8b34 chore: add a complex test case. 马肱 <b****w@a****m> over 8 years ago
945cb948 chore: stringify completed, need test. 马肱 <b****w@a****m> over 8 years ago
b39fc4f4 chore: init stringify.js 马肱 <b****w@a****m> almost 9 years ago
71091bdf chore: parser.parse completed. 马肱 <b****w@a****m> almost 9 years ago
e004a1c6 chore: table join completed. 马肱 <b****w@a****m> almost 9 years ago
5b5cc148 chore: simple join table completed. 马肱 <b****w@a****m> almost 9 years ago
441bd0c8 chore: table grammar 50%. 马肱 <b****w@a****m> almost 9 years ago
127a3196 chore: expression grammar completed. 马肱 <b****w@a****m> almost 9 years ago

← Back to repository