b4df7ca4dc
test: make all the tests run in serial ( #30692 )
2021-12-14 18:06:36 +08:00
d7c2333e63
server: Fix unstable tests with FakeAuthSwitch ( #30287 )
2021-12-06 18:13:55 +08:00
e2e6e5561b
encoding: refactor the character encoding ( #29935 )
2021-11-22 16:59:49 +08:00
94e30df8e2
parser: fix compiling, add unit tests ( #28700 )
2021-10-11 23:15:25 +08:00
62bc4d5b54
cmd, server: support system variable character_set_results ( #27875 )
2021-10-11 16:17:25 +08:00
93a75d3f93
server: migrate test-infra to testify for server/util_test.go ( #27846 )
2021-09-13 08:34:39 +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
f0d4257ec0
util: Automatically create TLS certificates ( #24141 )
2021-08-04 15:29:08 +08:00
8885b70bfe
types, expression: fix gotime.local problem ( #25510 )
2021-07-08 14:59:29 +08:00
499a31f3c3
server: fix float fmt returned to mysql client ( #21660 )
2020-12-11 15:37:16 +08:00
d19a21d92a
ddl, server, session: make gocritic happy ( #21544 )
2020-12-08 12:09:48 +08:00
1a91c1a10c
executor: fix sum(double) result if value is +Inf or -Inf ( #21058 )
2020-11-25 11:21:54 +08:00
27c59c7363
server: make dump binary time more compatible with MySQL ( #21127 )
2020-11-19 12:03:47 +08:00
b8685c5dbf
executor: fix float data result ( #20525 )
2020-10-27 11:37:35 +08:00
d8155e9b66
executor: fix float data accuracy ( #20440 )
2020-10-15 14:26:25 +08:00
37984d7cb0
tests: improve tests for Windows platform ( #19088 )
...
* tests: improve tests for Windows platform
* fix race build
* update badger to fix kill issue on Windows
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-08-13 17:17:19 +08:00
25bd46b68f
server: dump time length as 0 directly for zero value in date/datetime/timestamp type for prepare stmt ( #18825 )
2020-08-10 13:55:03 +08:00
ac30f5322e
mockstore: introducing embedded unistore ( #17156 )
2020-05-18 17:28:44 +08:00
0ddfe0716f
*: fix datum's collation behavior to build correct logical ranges ( #14963 )
2020-03-05 22:34:46 +08:00
efa179c194
server: fix potential timezone related bugs caused by time.Local ( #14572 )
2020-02-15 20:52:58 +08:00
4d4678a4dd
types: Fix potential timezone related bugs caused by gotime.Local ( #13833 )
2019-12-20 22:38:25 +08:00
29b872c6aa
server: increase test coverage ( #10830 )
...
* fixed a potential panic in conn.go
* added more tests in conn_test.go/util_test.go
* added column_test.go/packetio_test.go
2019-06-24 20:30:04 +08:00
3c0d0534f2
server,types: convert zero input correctly for column type year ( #8292 )
2018-11-14 15:25:08 +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
5baedaa21c
expression, types: fix some corner case when parsing string to datetime ( #7701 )
2018-10-08 10:35:52 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
d567770076
server: fix prepare result for zero timestamp/time/datetime ( #7415 )
2018-08-20 15:25:51 +08:00
3299f860ff
*: use chunk.Row instead of types.DatumRow in test files ( #7139 )
2018-07-24 21:45:33 +08:00
2bcef0fe71
server: support ComChangeUser ( #6623 ) ( #6638 )
2018-05-24 19:09:45 +08:00
87405c8408
server: fix a goroutine leak in unit test ( #6183 )
2018-03-29 19:49:34 +08:00
951bc41566
server: use scientific notation to format float value. ( #6160 )
2018-03-28 19:45:25 +08:00
8fd5c7de6e
server: use types.Row to write result set. ( #5056 )
2017-11-10 15:41:02 +08:00
62433663e5
util/types: change types path ( #5007 )
...
* util/types: change types path
2017-11-04 10:37:14 -05:00
7d2804e43c
*: check sc.IgnoreZeroInDate when parsing string or number to date/datetime/timestamp ( #4732 )
2017-10-10 23:38:53 -05:00
1dc7bbe28b
*: use FieldType.Decimal to control the decimal length of double values to be shown in client ( #4191 )
2017-08-15 23:39:59 +08:00
5aec72ce81
expression,plan: fix some issues of ROUND func ( #2461 )
2017-01-22 11:35:26 +08:00
d508b6d2da
util/types: workaround for time roundFrac ( #2289 )
2016-12-21 19:45:27 +08:00
b19cc75a94
mysql, types: move MyDecimal and Time from 'mysql' to 'types' package. ( #2082 )
...
So we don't need to handle sql mode in 'mysql' package, avoid potential dependency cycle.
2016-11-24 10:50:31 +08:00
0ecb4da39d
*: migrate to vendor ( #1175 )
2016-04-28 16:57:18 +08:00