Commit Graph

435 Commits

Author SHA1 Message Date
fae4678704 issue-28002: migrate test-infra to testify for types/etc_test.go (#28256) 2021-09-23 17:46:46 +08:00
69d73019ac issue-28004: migrate test-infra to testify for types/field_type_test.go (#28258) 2021-09-22 18:16:46 +08:00
38e90ad136 types: migrate test-infra to testify for mydecimal_test.go (#28214) 2021-09-22 13:24:45 +08:00
c4de0119d0 types: migrates test-infra to testify for helper_test.go (#28132) 2021-09-20 11:56:44 +08:00
212b02cb65 types: migrate test-infra to testify for convert_test.go (#28202) 2021-09-19 08:54:44 +08:00
60c0dc9361 types: migrate test-infra to testify for datum_test.go (#28192) 2021-09-18 17:16:43 +08:00
fef2d48a41 types: migrate test-infra to tesify for const_test.go (#28157) 2021-09-18 14:30:43 +08:00
680de922ed *: fix license header (#28085) 2021-09-17 22:26:41 +08:00
fde1839702 types: migrate test-infra to testify for time_test.go (#28107) 2021-09-17 12:44:42 +08:00
74c507b023 test: fix t.Parallel() is called in the range method but is not reinitialised (#27939) 2021-09-17 11:30:42 +08:00
b839744d09 types: migrate test-infra to testify for core_time_test.go (#28105) 2021-09-17 00:40:42 +08:00
56da9b9e04 types: migrate test-infra to testify for format_test.go (#28083) 2021-09-16 23:04:42 +08:00
35ef52c77c types: migrate test-infra to testify for overflow_test.go (#28071) 2021-09-16 15:46:43 +08:00
f0339add9e types: migrate test-infra to testify for binary_literal_test.go (#28024) 2021-09-16 15:34:43 +08:00
7b79dd1137 types: migrate test-infra to testify for errors_test.go (#28023) 2021-09-16 14:46:43 +08:00
83445d626e expression: fix some problems related to flen (#27677) 2021-09-15 14:18:42 +08:00
b1dc110678 types: migrate test-infra to testify for compare_test.go (#28045) 2021-09-15 13:54:41 +08:00
fd206f4f8d types: migrate test-infra to testify for fsp_test.go (#28044) 2021-09-15 09:22:41 +08:00
8ef93e12f2 types: migrate test-infra to testify for enum_test.go (#28041) 2021-09-14 22:58:41 +08:00
37a298b04e planner: count rune if charset is neither binary nor ascii (#27664) 2021-09-10 22:16:39 +08:00
39a1b43666 *: fix some problems related to notNullFlag (#27697) 2021-09-09 11:04:38 +08:00
5802a6d916 types: remove some unreachable codes. (#27767) 2021-09-08 02:12:58 +08:00
4c49e5204f types: migrate test-infra to testify for set_test.go (#27709) 2021-09-02 20:50:14 +08:00
aebe657cd8 *: add charset information into field type (#27644) 2021-08-30 17:34:12 +08:00
9fb775a360 types/json: fix comment error to ignore goword error (#27621) 2021-08-27 08:36:04 +08:00
a84ceb801f expression: fix extract bug when argument is a negative duration (#27318) 2021-08-19 13:28:00 +08:00
ead31402bc *: resolve select fields properly for coalesced columns of natural join (#25094) 2021-08-17 16:18:00 +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
36ed0936a6 expression: Improve the performance of str_to_date (#25389) 2021-08-16 12:59:59 +08:00
73cadf060d ddl: improve MySQL compatibility on time-to-year conversion (#26884) 2021-08-13 22:49:58 +08:00
3cda7d0a72 *: insert of invalid timestamp succeeded (#26584) 2021-08-05 18:03:12 +08:00
39aae6a455 types: support valid unsigned integers convert to time (#26895) 2021-08-05 09:59:07 +08:00
853c41e3fb executor: add builtin aggregate function json_arrayagg (#19957) 2021-08-04 16:15:07 +08:00
6a84ce3a86 types: fix CAST('2.0.8 X' AS DATE) (#26259) 2021-08-03 16:09:07 +08:00
d7bddb8ba4 parser: update dependency to latest (#26783) 2021-08-02 17:33:09 +08:00
3642e87687 types/driver: migrate test-infra to testify (#26522) 2021-07-27 19:28:17 +08:00
e606342fbb types/json: migrate test-infra to testify (#26375) 2021-07-21 13:07:35 +08:00
6329c86533 ddl: fix cast date as timestamp will write invalid value (#26362) 2021-07-20 23:19:34 +08:00
f3c5c1ec90 expression: fix incompatible timestamp conversion between mysql and tidb (#25612) 2021-07-14 15:59:33 +08:00
a3919e3af3 ddl, meta: support altering auto_increment ID to a smaller value (#25868) 2021-07-13 17:39:33 +08:00
372c529c16 expression: add builtin function `json_merge_patch` (#24711) 2021-07-10 13:13:31 +08:00
c6680e999b *: update client-go and update mocktikv usages (#25911) 2021-07-09 10:57:32 +08:00
eedb191da4 Revert "expression: Fix greatest and least function lost decimal precision compared with MySQL" (#26046) 2021-07-09 10:45:30 +08:00
f42581101b types: modify MyDecimal.ToFloat64 threshold (#26034) 2021-07-08 17:31:29 +08:00
8885b70bfe types, expression: fix gotime.local problem (#25510) 2021-07-08 14:59:29 +08:00
0a1875e883 parser,planner: fix the compatiblity of explain_format (#25978) 2021-07-07 15:47:29 +08:00
3c3096e8c0 expression: Fix greatest and least function lost decimal precision compared with MySQL (#25766) 2021-07-07 15:29:29 +08:00
985d42c343 types: fix json_unquote (#25875) 2021-07-06 16:13:28 +08:00
cb06e116c1 *: update the golangci-lint and fix all lint errors (#25912) 2021-07-05 13:43:27 +08:00
8434069c5f expression: Improve the compatibility of str_to_date (#25386) 2021-06-25 19:27:23 +08:00