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

GitHub / LittleFall/parser / commits

SHA Message Author Date Stats
886e5fe7 types: Don't check `Flen` when `Tp` is double or float in `FieldType.Equal`. ... Zhi Qi <3****l@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
812a6b9f parser: change `CONFIG` to an unreserved keyword Yuanjia Zhang <z****a@p****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
1b8233bd Update BACKUP/RESTORE syntax to match the RFC; Added IMPORT statement (#824) kennytm <k****m@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
8222d8b7 parser: rename auto rand table option (#828) Arenatlx <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
1ea364bf parser: add auto_random table option support (#823) Arenatlx <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
7329d80e add some tests for ignore_plan_cache, and correct a bug in parser.y (#822) lawyerphx <p****x@q****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
304bbd3e parser: support using dash('-') in config item names (#821) Yuanjia Zhang <z****a@p****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
872e7a55 parser: add order by clause in group_concat (#813) Feng Liyuan <d****f@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
afe99c9f fix type conversion panic from NUM to int64 (#809)
Co-authored-by: kennytm <k****m@g****m>
tangenta <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
ef80f4de add func: mvcc_get_by_hex (#805)
Co-authored-by: Lingyu Song <s****u@p****m>
Signed-off-by: Qiannan Lyu <l****n@g****m>
Qiannan <l****n@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3383549a terror: print the stack in terror.Log() (#803) tiancaiamao <t****o@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
81f3db8e parser: add autoid cache option (#765) Arenatlx <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d0cec016 parser: remove with/without validation unsupported warning in parser (#795) cncal <f****n@q****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
436f1c8c parser: remove sequence order option support (#796) Arenatlx <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4ea4f7ed opcode,ast: fix invalid restore of '4 DIV 2' (became '4DIV2') (#792) kennytm <k****m@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
07833d9b parser: sequence order option parse warning (#791) Arenatlx <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
7de04921 fix / in normalize (#790) djshow832 <8****6@q****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
7918d90b support 'binary' collation in table option (#789)
Co-authored-by: Arenatlx <a****4@g****m>
tangenta <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
8dce7a46 lexer: replace version comments with feature-ids mechanism (#777) tangenta <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
68d42364 parser: add syntax ADMIN RELOAD BINDINGS (#787) Kenan Yao <c****2@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
b7d1e7e1 add new action ActionDropColumns (#786) gauss1314 <g****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
320abec9 Change hint "enable_plan_cache(bool)" to "ignore_plan_cache()" (#785) lawyerphx <p****g@p****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f2d27a3c parser: recognize BACKUP SNAPSHOT = TSO in additional to 'TIMESTAMP' (#782) kennytm <k****m@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
b03eb717 Add new ddl action ActionAddColumns (#784) gauss1314 <g****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
cd90cc2a rename `sm_join` to `merge_join`, letter case correction (#775)
Co-authored-by: kennytm <k****m@g****m>
lawyerphx <p****x@q****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
ad88cbf0 parser: support `set config ...` and `show config ...` syntaxes (#770) Yuanjia Zhang <z****a@p****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
c3235db5 *: support parsing BACKUP and RESTORE statements (#746) kennytm <k****m@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3dc646cd model: add invisible option for IndexInfo (#771)
Co-authored-by: kennytm <k****m@g****m>
Maxwell <p****l@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f6c2348d parser: add USE_CASCADES hint syntax (#769)
Signed-off-by: gauss <g****4@g****m>
gauss1314 <g****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
7e606be5 parser: support group_concat as window function in parser (#766) Zhao Xin <z****n@f****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
300cc005 mysql: clean up unused TiDB errcode (#764) tiancaiamao <t****o@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f89bb533 README.md, docs: add an introduction to parser (#758)
Co-authored-by: Zhang Jian <z****l@g****m>
tangenta <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
ce4540eb parser: remove useless IndexToProto,ColumnToProto,ColumnsToProto function (#762) gauss1314 <g****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
bde9faa0 *: set charset and collate for string literals correctly (#761) kennytm <k****m@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
bfc519c0 parser: set `UnionStmt` and `ShowStmt` as readonly (#755) djshow832 <8****6@q****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
dfa526bf *: Add format_bytes and format_nano_time function (#754)
Co-authored-by: kennytm <k****m@g****m>
Signed-off-by: gauss <g****4@g****m>, gauss <g****4@g****m>
gauss1314 <g****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
2c7c7965 parser, ast: accept syntax about `chain`, `release` when commit or rollback (...
Co-authored-by: kennytm <k****m@g****m>
dasin <3****7@q****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
5eb7f518 model: do not rewrite collation id as default for tipb. (#752) bb7133 <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4cf2c2d4 misc: correct TiDB-style executable comment version for auto_random (#748)
Co-authored-by: kennytm <k****m@g****m>
tangenta <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
635dd473 parser, ast: add `SetCollatorExpr` (#749)
Co-authored-by: tangenta <t****a@1****m>
bb7133 <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
01d687f0 README.md: add a user list (#750) Zhang Jian <z****l@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
517beb2e refine table optimizer hint and make it more generic (#747)
Signed-off-by: Lonng <h****g@l****g>, Lonng <h****g@l****g>, Lonng <h****g@l****g>, Lonng <h****g@l****g>, Lonng <h****g@l****g>
Lonng <h****g@l****g>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d376009d parser: support the `SELECT ... INTO OUTFILE` syntax (#745) Yuanjia Zhang <z****a@p****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
68af3da1 parser: add WEIGHT_STRING() function (#743) bb7133 <b****3@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
0829643f model: add partition replica available info to support partition table in tif...
Signed-off-by: crazycs <c****0@g****m>
crazycs <c****0@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
e45da55e support alter instance reload tls (#740) lysu <s****x@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
77fd7e3e mysql/errname.go: update error message of ErrCantGetValidID (#741) tangenta <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
ed18580a add errcode and errname of unsupported sequence default value for column type... Arenatlx <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
ca9c6dfc add `show table $table_name next_row_id` syntax (#738)
Signed-off-by: zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>, zhang555 <4****1@q****m>
张某 <4****1@q****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d65f5147 *: remove until timestamp syntax in flashback since we not support this (#733) crazycs <c****0@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
604cb05c mysql: sort the error code (#737) Jack Yu <j****p@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
701f4ad4 support register new terror (#734) lysu <s****x@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
87ba27c8 add .editorconfig (#732) tangenta <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
0084f682 parser: support expression restored string in default value. (#731) Arenatlx <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
b27aebec change all dot import, according to staticcheck (#730) rubb1sh <r****h@u****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
1d87b390 add json_objetagg's unsupported second argument type errorcode (#727) hg2990656 <3****6@q****m>
Committed by: Zhang Jian <z****l@g****m>
over 6 years ago
838fac7c add json_objectagg's null key errcode (#726) hg2990656 <3****6@q****m>
Committed by: tangenta <x****n@p****m>
over 6 years ago
be7a3198 parser: support sequence function & next value for (#713) Arenatlx <a****4@g****m>
Committed by: tangenta <t****a@1****m>
over 6 years ago
622be79f Parser: Database and Table encryption (#599 #600) (#717) zhaox1n <z****n@f****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
620f3a59 add definition of json_objectagg (#378) hg2990656 <3****6@q****m>
Committed by: Zhang Jian <z****l@g****m>
over 6 years ago
a9496438 parser: add Reload and File privileges (#708) tiancaiamao <t****o@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
7de2c995 Rewrite special comment parser (#711) kennytm <k****m@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
18bb5e80 parser : add invalid auto increment and offset error (#707) Arenatlx <a****4@g****m>
Committed by: Tanner <t****a@1****m>
over 6 years ago
9e3301be distinguish 'convert to' keyword in table option of charset (#706) Tanner <t****a@1****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
03937644 fix rename column rule (#705) Tanner <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
0f3bab89 fix json field name in #571 (#702) Tanner <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
8c10563d add yacc file formatter (#701) Tanner <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
2c81965d Remove abandon command in Makefile (#703) Maxwell <p****l@g****m>
Committed by: reafans <3****s@u****m>
over 6 years ago
efd6fa51 Add parsing of window function for aggregate function varpop (#700) githubFZX <1****1@q****m>
Committed by: Tanner <t****a@1****m>
over 6 years ago
0f982a18 parser: fix panic when MEMORY_QUOTA overflows int64 (#694) Kenan Yao <c****2@g****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
ef2ea809 make 'language' as unreserved keyword (#699) Tanner <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4cf10469 add `GlobalDBVisible` to represent global privilege which can see all databa... Lingyu Song <s****u@p****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
6a6db434 terror: replace sirupsen/logrus by pingcap/log (#693)
Co-authored-by: tiancaiamao <t****o@g****m>
kennytm <k****m@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
b93660cf add auto_random error definitions (#696) Tanner <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
9381bd3d parser : Add model & errcode & errname for supporting sequence. (#691) Arenatlx <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f48ab0f8 parser: add log types for flush statements (#687) Tanner <t****a@1****m>
Committed by: tiancaiamao <t****o@g****m>
over 6 years ago
0f7cc23d remove digit seperator (#683) Tanner <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
43a93760 parser : support drop sequence syntax. (#680) Arenatlx <a****4@g****m>
Committed by: Tanner <t****a@1****m>
over 6 years ago
d3b2972c rename go.mod1 to go.mod (#682) Tanner <t****a@1****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
2aa1adef remove dependency on TiDB (#679) Tanner <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
53ef0124 add error code (#678) cfzjywxk <l****r@1****m>
Committed by: Jack Yu <j****p@g****m>
over 6 years ago
7320ce04 add show create sequence (#681) Arenatlx <a****4@g****m>
Committed by: Tanner <t****a@1****m>
over 6 years ago
c2537a39 *: remove testleak (#676) Tanner <t****a@1****m>
Committed by: tiancaiamao <t****o@g****m>
over 6 years ago
f502c49d mysql: add foreign key error (#675) crazycs <c****0@g****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
12ed7496 support require clauses in `grant` stmt (#666) lysu <s****x@g****m>
Committed by: Jack Yu <j****p@g****m>
over 6 years ago
aa16cd26 parser: support syntax for AUTO_RANDOM (#571) Tanner <t****a@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
bdf23a7a mysql: update some TiDB customized error code (#671) tiancaiamao <t****o@g****m>
Committed by: Tanner <t****a@1****m>
over 6 years ago
753e13bf change sequence unreserved keyword (#673) Arenatlx <a****4@g****m>
Committed by: Tanner <t****a@1****m>
over 6 years ago
814c5dc8 parser: support index advisor (#667) Jian Yang <y****1@f****m>
Committed by: Tanner <t****a@1****m>
over 6 years ago
b26f24ac ddl: add expression index support (#664) wjHuang <h****7@g****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
b2410634 DDL : add create sequence support & compatible with mariaDB except OrReplace.... Arenatlx <a****4@g****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
f9aa0286 parser: introduce DigestNormalized and deprecate DigestHash (#656) Feng Liyuan <d****f@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
259c9269 model: add a function GetTypeDesc for ColumnInfo (#659) HuaiyuXu <3****5@q****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
55f02bc4 *: add flashback table syntax (#611) crazycs <c****0@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
10178568 remove unnecessary variable (#655) Tanner <t****a@1****m>
Committed by: Ewan Chou <c****d@g****m>
over 6 years ago
54fe742b ast: support explain format hint (#654) Haibin Xie <l****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
12d98d32 model: add hidden to ColumnInfo (#621) wjHuang <h****7@g****m>
Committed by: kennytm <k****m@g****m>
over 6 years ago
2b800785 add hint for (no_)swap_join_inputs (#652) Zhuhe Fang <f****u@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
37cd7d63 add error code from planner, expression and executor (#650) ichneumon <i****u@f****m>
Committed by: Jack Yu <j****p@g****m>
over 6 years ago
22c9e3fe parser: fix tableAlias in `DeleteStmt` (#521) Du Chuan <d****s@l****m>
Committed by: Feng Liyuan <d****f@g****m>
over 6 years ago

← Back to repository