ec833bc4d2
*: fix some lints produced by golangci-lint ( #8999 )
2019-01-16 16:44:49 +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
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
06021c7cfe
remove types.Row interface ( #7170 )
2018-07-27 13:45:03 +08:00
62433663e5
util/types: change types path ( #5007 )
...
* util/types: change types path
2017-11-04 10:37:14 -05:00
64bc8cb6cb
expression: remove "self" field in "baseBuiltinFunc" completely ( #4766 )
...
* expression: remove "self" field in "baseBuiltinFunc" completely
* address comment
2017-10-13 04:55:25 -05:00
60626912a7
expression, plan: remove "foldable" from "baseBuiltinFunc" ( #4759 )
2017-10-12 04:03:54 -05:00
3f4bdf6150
expression: rewrite unit test for Minus and Plus ( #4691 )
...
* expression: rewrite unit test for Minus and Plus
* move code
2017-09-30 11:47:26 +08:00
55bbc41069
expression: adjust getFunction context.Context param position ( #4400 )
2017-09-01 16:03:19 +08:00
f0aad43fec
expression: change isDeterministic to canBeFolded ( #4393 )
2017-08-31 20:35:13 +08:00
eb7eb4325c
expression, plan: rewrite builtin function: IS TRUE && IS FALSE ( #4086 )
2017-08-11 13:26:56 +08:00
d0dcb5b0a6
expression, parser: fix issue #3691 , cast compatibility ( #3894 )
2017-08-01 16:47:38 +08:00
8df4f7f753
expression, executor: revert typeinfer of cast and binary ops && add TestUnaryNot ( #3941 )
2017-07-29 09:44:45 +08:00
240dcf8bc1
*: rewrite bitNeg using new expression evaluation architecture ( #3937 )
2017-07-28 19:14:55 +08:00
640e34dc97
*: rewrite unary not using new expression evaluation architecture ( #3925 )
2017-07-28 15:34:51 +08:00
4203eba42b
*: rewrite logicalXor using new expression evaluation architecture ( #3899 )
2017-07-27 19:52:07 +08:00
5ae3ae9e42
*: rewrite bitAnd using new expression evaluation architecture ( #3901 )
2017-07-27 06:01:18 -05:00
fb16e7364c
*: rewrite bitOr using new expression evaluation architecture ( #3904 )
2017-07-27 14:33:10 +08:00
df4d25b8fd
*: rewrite bitXor using new expression evaluation architecture ( #3905 )
2017-07-27 13:09:36 +08:00
88b5eb23f0
*: rewrite leftShift using new expression evaluation architecture ( #3906 )
...
* *: rewrite leftShift using new expression evaluation architecture
* *: rewrite rightShift using new expression evaluation architecture
* tiny change
* fix ci
* tiny change
2017-07-27 09:41:34 +08:00
488365285a
*: rewrite rightShift using new expression evaluation architecture ( #3907 )
2017-07-26 21:13:12 +08:00
5f9bcfe63c
*: rewrite logicOr using new expression evaluation architecture ( #3903 )
2017-07-26 19:48:35 +08:00
e008c6c36a
expression: fix #3762 , signed integer overflow handle in minus unary scalar function ( #3780 )
2017-07-26 11:44:00 +08:00
71773cf33c
*: change "AndAnd", "OrOr" to "LogicAnd", "LogicOr" respectively ( #3874 )
2017-07-25 15:53:02 +08:00
ba85195520
*: rewrite builtin func andand ( #3853 )
2017-07-24 23:46:49 +08:00