Commit Graph

452 Commits

Author SHA1 Message Date
8e2b96256e types: casting JSON literal null to number types should fail (#30278) 2021-12-02 13:23:54 +08:00
7746b6b70a test: fix incorrect regexp pattern during migrating test (#30080) 2021-12-02 05:51:53 +08:00
94be83bfa6 *: replace compareDatum by compare and fix wrong optimize order by (#30273) 2021-12-01 19:01:53 +08:00
13b7a2d0ef ddl: disallow change columns from zero int to time (#25728) 2021-11-30 22:09:53 +08:00
0b2d9d108f types: check values equals to NaN or Inf when convert to float (#30148) 2021-11-30 18:09:54 +08:00
352811dfc4 types: fix wrong str_to_date() microseconds with leading zeros are not converted correctly (#30122) 2021-11-29 16:29:52 +08:00
b5ded48df9 *: replace compareDatum by compare and fix compare (#30090) 2021-11-24 17:31:51 +08:00
3d267514d5 expression: cast charset according to the function's resulting charset (#29905) 2021-11-24 17:07:50 +08:00
51f53f3376 insert: fix the auto id retry won't cast the datum to origin type (#29997) 2021-11-22 23:39:49 +08:00
2bf67ff18e executor, types: refactor CompareDatum (#29866) 2021-11-22 23:23:50 +08:00
d711f18e0d types/datum.go: casting zero to enum should not change value (#29759) 2021-11-22 18:29:49 +08:00
02a8f04531 types: fix return err when decimal from string value (#22407) 2021-11-22 18:15:49 +08:00
8368eeed24 *: remove useless parameter (#29392) 2021-11-04 12:39:02 +08:00
f271148d79 types: Fix comment typo (#29272) 2021-10-31 19:44:50 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
32f96fef77 expression: make infer collation support the expressions with different charset (#27863) 2021-10-11 14:51:25 +08:00
f44d2cb9f7 types: distinguish between string and non-string in execute statement arguments (#28061) 2021-10-08 15:05:24 +08:00
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