fix shrink char column in map/struct before we has char with specific length defined in map or struct field we select map or struct , the char column in which one has been padding if we just insert less than specific length chars but in mysql here just show inserted chars not padding specific length chars --------- Co-authored-by: yiguolei <676222867@qq.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
11 lines
442 B
Plaintext
11 lines
442 B
Plaintext
-- This file is automatically generated. You should know what you did if you want to edit this
|
|
-- !select --
|
|
1 {1, 11, 111, 1111, 11111, 11111, 111111} \N \N {"", "", ""}
|
|
2 {NULL, NULL, NULL, NULL, NULL, NULL, NULL} {2.1, 2.22, 0.333} \N {NULL, NULL, NULL}
|
|
3 \N {NULL, NULL, NULL} {2023-02-23, 2023-02-23 00:10:19, 2023-02-23, 2023-02-23 00:10:19} {"", "", ""}
|
|
4 \N \N {NULL, NULL, NULL, NULL} {"abc", "def", "hij"}
|
|
|
|
-- !select_count --
|
|
2 2
|
|
|