-
41bccb6a0f
[parser] parser: implement Restore for HavingClause (#129)
LiMingji
2018-12-26 17:11:02 +08:00
-
a2a8947f8d
[parser] parser: implement Restore for OrderByClause (#128)
LiMingji
2018-12-26 17:00:38 +08:00
-
b7a6c6492a
[parser] parser: implement Restore for PositionExpr, ByItem and GroupByClause (#125)
exialin
2018-12-26 10:33:59 +08:00
-
3036851718
[parser] parser: implement Restore for PatternInExpr (#92)
Tony Han
2018-12-26 10:29:06 +08:00
-
8c816f7587
[parser] parser: implement Restore for ColumnPosition (#110)
Tony Han
2018-12-26 10:26:54 +08:00
-
ef194ccb59
[parser] parser: implement Restore for RenameTableStmt (#114)
Lijia Liu
2018-12-25 20:12:10 +08:00
-
31ac5d0e24
[parser] parser: implement Restore for TableToTable (#109)
Tony Han
2018-12-25 19:40:04 +08:00
-
433fd2d301
[parser] lexer: recognize "@@
system var" and fix start offset of "@user var" (#112)
kennytm
2018-12-25 16:29:38 +08:00
-
cf41e85103
[parser] makefile: add fmt command in Makefile (#121)
leoppro
2018-12-25 14:47:18 +08:00
-
0d99bd9732
[parser] implement Restore for ReferenceDef (#123)
chendapao
2018-12-25 14:43:45 +08:00
-
3d72ea20a9
[parser] fix hint handle bug in subquery (#120)
lysu
2018-12-25 11:27:41 +08:00
-
a1ce7e5973
[parser] parser: implement Restore for TruncateTableStmt (#122)
xq.tian
2018-12-25 09:59:30 +08:00
-
eeb0e0cb71
[parser] parser: implement Restore for DeleteTableList (#117)
wangbo
2018-12-24 16:13:38 +08:00
-
731e0c6ed6
[parser] parser: implement Restore for TableSource and Join (#111)
exialin
2018-12-24 14:50:00 +08:00
-
92ae1a8d62
[parser] parser: implement Restore for IndexColName (#91)
chendapao
2018-12-24 14:31:58 +08:00
-
78dddf17c8
[parser] parser: implement Restore for RowExpr (#113)
xq.tian
2018-12-24 12:46:48 +08:00
-
0828b98973
[parser] parser: implement Restore for OnDeleteOpt And OnUpdateOpt (#98)
chendapao
2018-12-24 12:07:09 +08:00
-
c901e1dc31
[parser] parser: implement Restore for WildCardField, SelectField and FieldList (#118)
exialin
2018-12-24 11:40:13 +08:00
-
1263c462eb
[parser] opcode: fix literal string of operator
EQ (#106)
exialin
2018-12-24 11:34:58 +08:00
-
c3c7944671
[parser] parser: implement Restore for MaxValueExpr (#108)
Tony Han
2018-12-24 10:40:17 +08:00
-
33ebd359b8
[parser] ci: update ci script for checking code format (#103)
leoppro
2018-12-24 10:36:46 +08:00
-
023cd7dcfb
[parser] impl Restore of DropTableStmt (#107)
He Cao
2018-12-24 10:34:47 +08:00
-
28b04d0276
[parser] parser: remove an outdated comment (#104)
chendapao
2018-12-21 20:21:43 +08:00
-
3828d529b4
[parser] parser: implement Restore for PatternRegexpExpr (#96)
kangkaisen
2018-12-21 14:45:33 +08:00
-
958c8edf12
[parser] parser: implement Restore for ValuesExpr (#99)
exialin
2018-12-21 14:10:59 +08:00
-
20ff6cc5ce
[parser] parser: implement Restore for Limit (#100)
hanchuanchuan
2018-12-21 13:59:46 +08:00
-
8862bb53b1
[parser] ignore hint when meet unknow token in hint (#80)
lysu
2018-12-21 13:09:48 +08:00
-
631f5c92e4
[parser] parser: implement Restore for IndexOption (#88)
cannon chen
2018-12-21 12:42:14 +08:00
-
a8463b6756
[parser] parser: implement Restore for DropStatsStmt (#97)
庄天翼
2018-12-21 10:56:20 +08:00
-
bb7f83d165
[parser] parser: Implement Restore for IsTruthExpr (#90)
knarfeh
2018-12-21 10:49:15 +08:00
-
58e5251368
[parser] parser: implement Restore for PatternLikeExpr (#89)
hanchuanchuan
2018-12-21 10:41:14 +08:00
-
a766069705
[parser] parser: implement Restore for DropIndexStmt (#83)
honestold3
2018-12-18 19:43:11 +08:00
-
b3b3fd19eb
[parser] parser: implement Restore for DefaultExpr (#84)
exialin
2018-12-18 19:41:49 +08:00
-
6451bd93ea
[parser] parser: implement Restore for BinaryOperation, WhenClause, CaseExpr and ParenthesesExpr (#81)
haplone
2018-12-18 15:19:12 +08:00
-
2ebe4a6713
[parser] parser: update dependencies (#82)
leoppro
2018-12-17 16:17:10 +08:00
-
a75b586a76
[parser] parser: implement Restore for BetweenExpr (#71)
haplone
2018-12-17 11:14:11 +08:00
-
cc7fbfb56a
[parser] model: add IsAutoIncColUnsigned for TableInfo (#79)
HuaiyuXu
2018-12-14 21:27:01 +08:00
-
3d7841959f
[parser] parser: add RestoreCtx and change the Node interface (#78)
leoppro
2018-12-14 21:20:45 +08:00
-
1dc030ae16
[parser] parser: implement Restore for TableName (#73)
cannon chen
2018-12-12 12:21:31 +08:00
-
3fb7739efa
[parser] refactor the PR #8619 by introducing the FieldType.Clone() member function (#77)
Jun-Seok Heo
2018-12-11 16:24:23 +09:00
-
03f56baa05
[parser] parser,ast: parse ALTER TABLE .. TRUNCATE PARTITION (#74)
tiancaiamao
2018-12-11 10:45:40 +08:00
-
133fda7b1f
[parser] parser: optimize restore unit test (#75)
leoppro
2018-12-10 16:03:25 +08:00
-
3048ced6b7
[parser] *: add ActionModifyTableCharsetAndCollate to support alter table charset and collate (#14)
winkyao
2018-12-10 14:16:30 +08:00
-
46040af3a2
[parser] parser: ast/expressions.go: IsNullExpr (#72)
Wang Xiaoyong
2018-12-08 10:10:24 +08:00
-
7c7fca61e3
[parser] parser: implement drop view parse (#67)
Andrew
2018-12-07 16:22:51 +08:00
-
55967eb284
[parser] charsert: make collation case insensitive (#66)
winkyao
2018-12-06 20:32:29 +08:00
-
112401e071
[parser] ast: implement the Restore function of UseStmt
leoppro
2018-12-05 10:39:50 +08:00
-
b3f1c03819
[parser] ast: impl Restore of ColunmNameExpr (#63)
leoppro
2018-12-04 20:33:39 +08:00
-
8a205ccc0a
[parser] *: support AST to SQL text (#56)
leoppro
2018-12-04 12:03:07 +08:00
-
6e9eb8642d
[parser] parser: support disable window function parser (#60)
Haibin Xie
2018-12-04 11:12:37 +08:00
-
7507d986f9
[parser] *: support new aggregation function var_pop and var_samp (#53)
xiaojian cai
2018-12-04 10:04:44 +08:00
-
fd3b6465ca
[parser] ast, parser: extract create view parameters to CreateViewStmt (#55)
Andrew
2018-12-03 16:53:32 +08:00
-
8a4ff3a5ed
[parser] *: add an shell script to make checkout PR branch easier (#59)
HuaiyuXu
2018-12-03 16:34:05 +08:00
-
c962b11ce3
[parser] ast: change Tso function name to TiDBParseTso (#50)
yu34po
2018-11-26 19:16:51 +08:00
-
6a3812e2cd
[parser] mysql: fix variable formatting for ErrTruncateWrongValue (#25)
Gao Zhiyuan
2018-11-26 06:02:10 -05:00
-
326ba018bd
[parser] ast: Fix FrameBound.Accept (#51)
Du Chuan
2018-11-26 12:50:19 +08:00
-
b850cf8ced
[parser] mysql: fix message print number verbs (#49)
lysu
2018-11-25 18:12:01 +08:00
-
c7db3238fb
[parser] Add test case about format "a % b" (#47)
qupeng
2018-11-23 13:09:16 +08:00
-
b9e1bf0af6
[parser] add from_tso function (#48)
yu34po
2018-11-22 13:52:42 +08:00
-
1846343179
[parser] parser,ast: support
alter table add partition partitions by hash partitioned table syntax (#41)
ciscoxll
2018-11-21 16:21:36 +08:00
-
c66cad2a7e
[parser] README: update replace parser version command (#42)
winkyao
2018-11-21 13:30:05 +08:00
-
fa3239e982
[parser] parser: SetText for trace statement and set default format to json (#46)
tiancaiamao
2018-11-20 15:28:20 +08:00
-
e5fb49c9b0
[parser] parser: add driver import check & example (#44)
lysu
2018-11-20 12:42:24 +08:00
-
1b27e9e11e
[parser] parser: support window function ast (#37)
Haibin Xie
2018-11-19 11:00:59 +08:00
-
87917e47b4
[parser] parser,ast: fix
create table partition by hash syntax (#33)
tiancaiamao
2018-11-13 15:24:26 +08:00
-
630b7e3207
[parser] circle.yml: added a step to verify parser.go is up-to-date (#36)
kennytm
2018-11-13 14:17:13 +08:00
-
16d599c1e4
[parser] union: fix union dual table order by (#22)
lysu
2018-11-13 13:36:54 +08:00
-
8c54ae8e22
[parser] model: add isUnsigned for allocator (#34)
HuaiyuXu
2018-11-12 13:53:36 +08:00
-
027ca88bf7
[parser] README: add
Go Report Card and CircleCI Status badge (#35)
tiancaiamao
2018-11-12 11:28:45 +08:00
-
c94a71f1fd
[parser] parser,ast: fix the TiDB issue #8153 (#27)
Jun-Seok Heo
2018-11-10 16:54:50 +09:00
-
5fe32fea5d
[parser] parser: fix select field text (#30)
Haibin Xie
2018-11-08 19:20:17 +08:00
-
bd8cc65171
[parser] README: fix the format (#28)
Caitin
2018-11-08 17:05:01 +08:00
-
ee29b5f005
[parser] update README.md, fix
make test, add circle.yml (#23)
tiancaiamao
2018-11-08 16:49:17 +08:00
-
e18cfdc62b
[parser] parser: support window function grammar (#21)
Haibin Xie
2018-11-08 14:39:32 +08:00
-
9cf30372a0
[parser] Revert "parser,ast: fix the TiDB issue #8153 (#20)" (#24)
Jun-Seok Heo
2018-11-08 15:20:00 +09:00
-
53c43f7259
[parser] *: support for the statement of "admin show tableName next row id" (#19)
Lynn
2018-11-07 14:21:46 +08:00
-
eb6d7e1783
[parser] mysql: Update sql mode default (#11)
Morgan Tocker
2018-11-07 03:36:51 +01:00
-
4924685876
[parser] parser,ast: fix the TiDB issue #8153 (#20)
Jun-Seok Heo
2018-11-07 11:09:43 +09:00
-
ad9281aa85
[parser] mysql: NO_AUTO_CREATE_USER detect helper function (#10)
Morgan Tocker
2018-11-06 15:07:27 +01:00
-
8d82156a1c
[parser] parser: support identifiers for window function (#18)
Haibin Xie
2018-11-06 17:25:33 +08:00
-
a1f4f3efa3
[parser] Makefile: fix 'make test' (#15)
tiancaiamao
2018-11-06 15:34:56 +08:00
-
6f2c7111c4
[parser] *: change default charset from utf8 to utf8mb4 (#13)
winkyao
2018-11-06 15:34:42 +08:00
-
2095376b3b
[parser] goyacc: fix unstability of generated parser.go (#9)
kennytm
2018-11-05 21:21:30 +08:00
-
1edbdcaaf9
[parser] add tests
lzmhhh123
2018-11-02 12:43:22 +08:00
-
3400fec39a
[parser] add tests
lzmhhh123
2018-11-02 12:37:43 +08:00
-
698cefe6bd
[parser] address comment
xuhuaiyu
2018-11-01 15:15:50 +08:00
-
df45c95cec
[parser] parser: support grammar use index(primary) without backquote
xuhuaiyu
2018-10-25 13:17:33 +08:00
-
e7578634a3
[parser] ci
lzmhhh123
2018-10-30 18:30:46 +08:00
-
c270f55405
[parser] *: move github.com/pingcap/tidb/parser here (#1)
tiancaiamao
2018-10-24 16:20:06 +08:00
-
c3e896b459
[parser] Initial commit
Shen Li
2018-10-20 15:55:26 +08:00
-
417c7358ef
session: fix set session variable make tidb_snapshot unwork (#28677)
Song Gao
2021-10-09 14:43:23 +08:00
-
9ce57012f7
tests: use pingcap/errors instead of juju/errors (#28642)
Jason Mo
2021-10-09 14:33:23 +08:00
-
592469352e
ddl: Support ALTER DATABASE Placement Policy/ DirectOptions (#27894)
sylzd
2021-10-09 14:25:25 +08:00
-
af09803e07
test: remove misuse of errors.ErrorStack in tests (#28661)
feitian124
2021-10-09 14:17:24 +08:00
-
6782628bc1
BR: Fix stuck when many missing-peer regions in cluster (#28497)
山岚
2021-10-09 13:37:23 +08:00
-
07eb99dce5
txn: fix retried transactions' statements is not inclueded in TIDB_TRX (#28480)
龙方淞
2021-10-09 10:25:23 +08:00
-
d4580596ee
Refactor: migrate test infra for br/pkg/logutil/loggin_test.go to testify (#28557)
yuyawk
2021-10-08 19:11:24 +09:00
-
267a3b8162
executor: add auto id allocator execution runtime stats (#28013)
crazycs
2021-10-08 17:35:24 +08:00
-
b63bc2bce4
ddl: implement the placement rules inheritance logic (#28365)
Arenatlx
2021-10-08 17:21:24 +08:00
-
36d0b4067d
expression: not push invalid cast to tiflash (#28458)
xufei
2021-10-08 15:33:23 +08:00