|
|
7c56706622
|
*: support predeclared golangci-lint linter (#32066)
close pingcap/tidb#30733
|
2022-02-14 10:35:38 +08:00 |
|
|
|
3738dec53e
|
*: enable the new collation by default (#32016)
ref pingcap/tidb#32015
|
2022-02-08 12:53:35 +08:00 |
|
|
|
e7da7d4f95
|
*: change fsp from int8 to int (#28347)
|
2022-01-27 13:59:12 +08:00 |
|
|
|
8aaec2d32e
|
types: return maxUint32 - 1 when overflow in convertToUint func (#29351)
close pingcap/tidb#29330
|
2022-01-26 15:18:45 +08:00 |
|
|
|
946fa58418
|
server, types: rule out JSON types from new charset framework (#31388)
close pingcap/tidb#31366
|
2022-01-10 15:29:41 +08:00 |
|
|
|
69e179e185
|
binlog: use node.Restore() to add TiDB-specified feature comments (#31148)
close pingcap/tidb#31147
|
2022-01-03 14:09:51 +08:00 |
|
|
|
5ea64e6e23
|
expression: change date add function return type (#28133)
close pingcap/tidb#27573
|
2021-12-31 19:01:51 +08:00 |
|
|
|
676a56df27
|
ddl, types: convert the binary default value to proper encoding (#31196)
close pingcap/tidb#30798
|
2021-12-31 15:15:51 +08:00 |
|
|
|
9ffeff2857
|
types: convert to new charset before inserting to blob or json column (#31031)
close pingcap/tidb#30690
|
2021-12-30 21:35:50 +08:00 |
|
|
|
8085c99ddf
|
*: implement analyze predicate columns (#30816)
close pingcap/tidb#31102
|
2021-12-30 15:45:50 +08:00 |
|
|
|
bfd4da29ed
|
types: BIT to CHAR conversion should change to uint first (#31126)
close pingcap/tidb#31124
|
2021-12-29 21:15:49 +08:00 |
|
|
|
e983d320e6
|
ddl: Allow create timestamp default 0 without sql_mode NO_ZERO_DATE (#30305) (#30507)
close pingcap/tidb#30305
|
2021-12-28 12:57:49 +08:00 |
|
|
|
3de13842b3
|
test: control log level with environment variables (#30871)
|
2021-12-24 17:03:48 +08:00 |
|
|
|
4dc385ce8b
|
test: merge serial tests in ddl, infoschema, session, store, table, telemetry and types (#30874)
|
2021-12-23 20:01:47 +08:00 |
|
|
|
321d307f3b
|
types, util: clean up compareDatum (#30815)
|
2021-12-17 14:22:36 +08:00 |
|
|
|
8e11e0367f
|
*: fix the flen type datetime for union/case-when/control-funcs (#30588)
|
2021-12-17 13:14:35 +08:00 |
|
|
|
950a274afc
|
golangci-lint: support durationcheck (#30027)
|
2021-12-14 21:10:35 +08:00 |
|
|
|
a8ad203f9f
|
executor: fix regular expression in json so that it could match identifer start with '$' (#29750)
|
2021-12-14 18:38:35 +08:00 |
|
|
|
b4df7ca4dc
|
test: make all the tests run in serial (#30692)
|
2021-12-14 18:06:36 +08:00 |
|
|
|
9d4da4f3fb
|
*: query failed after add index / timestamp out-of-range (#28424) (#29323)
|
2021-12-10 17:49:57 +08:00 |
|
|
|
8bc22b1aa1
|
expression,types: Adjusts UNIX_TIMESTAMP() for non-existing DST values (#28739) (#30405)
|
2021-12-09 16:57:58 +08:00 |
|
|
|
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 |
|
|
|
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 |
|