94e30df8e2
parser: fix compiling, add unit tests ( #28700 )
2021-10-11 23:15:25 +08:00
680de922ed
*: fix license header ( #28085 )
2021-09-17 22:26:41 +08:00
7755d25aba
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers ( #27198 )
2021-08-16 18:52:00 +08:00
60460be42f
*: unify NeedRestoredData and CommonHandleNeedRestoredData ( #23266 )
2021-03-19 19:51:36 +08:00
b5a9076aea
*: new secondary index value format ( #20220 )
2021-03-03 21:16:54 +08:00
4897ecdba2
planner, type: fix AggFieldType error when encouter unsigned and sign type ( #21062 )
2020-11-24 11:33:24 +08:00
4170007fb6
*: remove mysql.TypeDecimal ( #18787 )
2020-07-29 15:26:22 +08:00
bc4a32431f
expression: remove unnecessary convertIntToUint. fix error in… ( #11640 )
2019-08-12 11:13:10 +08:00
32b1dbd8d5
*: rename "github.com/pkg/errors" to "github.com/pingcap/errors" ( #8136 )
...
We import "github.com/pkg/errors" in the code, and actually put
the "github.com/pingcap/errors" there in the vendor path.
That's a dirty hack, and prevent the introduce of Go module.
2018-11-01 16:09:07 +08:00
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
bd08b0bc70
*: make parser package dependency as small as possible ( #7989 )
2018-10-24 13:19:10 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
db873d68f3
infoschema: set right columns in infoschema by differ type ( #7463 )
2018-08-24 13:15:21 +08:00
ec8fb0d38c
*: refine IntColumn <cmp> NonIntConstant ( #7108 )
2018-07-26 09:40:47 +08:00
9cf670a324
*: cut off duration.fsp in chunk ( #7043 )
2018-07-17 15:36:27 +08:00
88b8740724
*: avoid the generation of mysql.TypeNewDate ( #5705 )
2018-01-23 21:41:02 +08:00
04a91532b8
expression: fix return type and decimal len for builtin aggregation function 'avg' and 'sum' ( #5292 )
...
* expression: fix return type and decimal len for builtin aggregation function 'avg' and 'sum'
* Code format refine
* Code format refine
* Fix frac for avg
2017-12-25 21:15:37 +08:00
62433663e5
util/types: change types path ( #5007 )
...
* util/types: change types path
2017-11-04 10:37:14 -05:00