Commit Graph

17 Commits

Author SHA1 Message Date
xhe
9a16a8dd19 *: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
2022-08-01 17:34:05 +08:00
1bf64c60f4 *: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
2022-04-26 19:28:51 +08:00
64f8c4756f executor: migrate test-infra to testify for select_into_test.go (#32415)
close pingcap/tidb#28607
2022-02-17 21:55:40 +08:00
97c52d0941 executor: let select into outfile has affected rows return (#31132)
close pingcap/tidb#31131
2021-12-30 01:13:50 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +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
39bd181213 *: Upgrade to go 1.16 && remove deprecated io/ioutil (#24527) 2021-05-25 12:07:34 +08:00
85d8d0605f executor: fix select into outfile with year type column has no data (#22175) 2021-01-05 17:51:11 +08:00
d754770e50 executor: fix incompatible escape behaviors in select into outfile (#22100) 2020-12-30 17:39:36 +08:00
d9d693fb43 select into outfile untime error: index out of range (#22038) 2020-12-30 14:49:14 +08:00
7b6a5cdb76 executor: fix escape for select into outfile (#19661) 2020-09-09 16:55:29 +08:00
0fd81a83e8 executor: fix file exists errors in tests for select into outfile (#19717)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-09-02 19:57:54 +08:00
a5839ab674 executor: fix the issue that SELECT ... INTO OUTFILE returns runtime error (#19438)
* executor: fix the issue that `SELECT ... INTO OUTFILE` returns runtime error

* add more tests

Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-09-01 20:09:25 +08:00
2ed5eb5ad7 executor: rename test files for select into outfile to avoid file exists error (#19528)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-08-27 22:37:22 +08:00
ae6d06b1c3 executor: fix unit test of select into file for windows (#14978) 2020-03-02 14:19:38 +08:00
1eba965c5f *: use the filepath package to make unit test portable on windows (#14962) 2020-02-27 20:43:32 +08:00
51fd695e66 executor: support the SELECT INTO ... OUTFILE syntax. (#14848) 2020-02-24 18:40:07 +08:00