-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](case) fix testcase out file upper case (#38815)
related #38012
- Loading branch information
Showing
4 changed files
with
77 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !sql -- | ||
tbl_scalar_types_dup DUP_KEYS k1 BIGINT BIGINT Yes true \N true | ||
c_bool BOOLEAN BOOLEAN Yes false \N NONE true | ||
c_tinyint TINYINT TINYINT Yes false \N NONE true | ||
c_smallint SMALLINT SMALLINT Yes false \N NONE true | ||
c_int INT INT Yes false \N NONE true | ||
c_bigint BIGINT BIGINT Yes false \N NONE true | ||
c_largeint LARGEINT LARGEINT Yes false \N NONE true | ||
c_float FLOAT FLOAT Yes false \N NONE true | ||
c_double DOUBLE DOUBLE Yes false \N NONE true | ||
c_decimal DECIMAL(20, 3) DECIMALV3(20, 3) Yes false \N NONE true | ||
c_decimalv3 DECIMAL(20, 3) DECIMALV3(20, 3) Yes false \N NONE true | ||
c_date DATE DATEV2 Yes false \N NONE true | ||
c_datetime DATETIME DATETIMEV2(0) Yes false \N NONE true | ||
c_datev2 DATE DATEV2 Yes false \N NONE true | ||
c_datetimev2 DATETIME DATETIMEV2(0) Yes false \N NONE true | ||
c_char CHAR(15) CHAR(15) Yes false \N NONE true | ||
c_varchar VARCHAR(100) VARCHAR(100) Yes false \N NONE true | ||
c_string TEXT TEXT Yes false \N NONE true | ||
mv_tbl_scalar_types_dup_1 DUP_KEYS mv_c_tinyint TINYINT TINYINT Yes true \N true `c_tinyint` | ||
mv_c_bool BOOLEAN BOOLEAN Yes true \N true `c_bool` | ||
mv_k1 BIGINT BIGINT Yes true \N true `k1` | ||
mv_c_smallint SMALLINT SMALLINT Yes false \N NONE true `c_smallint` | ||
mv_c_int INT INT Yes false \N NONE true `c_int` | ||
mv_c_bigint BIGINT BIGINT Yes false \N NONE true `c_bigint` | ||
mv_c_largeint LARGEINT LARGEINT Yes false \N NONE true `c_largeint` | ||
mv_c_float FLOAT FLOAT Yes false \N NONE true `c_float` | ||
mv_c_double DOUBLE DOUBLE Yes false \N NONE true `c_double` | ||
mv_c_decimal DECIMAL(20, 3) DECIMALV3(20, 3) Yes false \N NONE true `c_decimal` | ||
mv_c_decimalv3 DECIMAL(20, 3) DECIMALV3(20, 3) Yes false \N NONE true `c_decimalv3` | ||
mv_c_date DATE DATEV2 Yes false \N NONE true `c_date` | ||
mv_c_datetime DATETIME DATETIMEV2(0) Yes false \N NONE true `c_datetime` | ||
mv_c_datev2 DATE DATEV2 Yes false \N NONE true `c_datev2` | ||
mv_c_datetimev2 DATETIME DATETIMEV2(0) Yes false \N NONE true `c_datetimev2` | ||
mv_c_char CHARACTER CHARACTER Yes false \N NONE true `c_char` | ||
mv_c_varchar VARCHAR(65533) VARCHAR(65533) Yes false \N NONE true `c_varchar` | ||
mv_c_string TEXT TEXT Yes false \N NONE true `c_string` | ||
tbl_scalar_types_dup DUP_KEYS k1 bigint bigint Yes true \N true | ||
c_bool boolean boolean Yes false \N NONE true | ||
c_tinyint tinyint tinyint Yes false \N NONE true | ||
c_smallint smallint smallint Yes false \N NONE true | ||
c_int int int Yes false \N NONE true | ||
c_bigint bigint bigint Yes false \N NONE true | ||
c_largeint largeint largeint Yes false \N NONE true | ||
c_float float float Yes false \N NONE true | ||
c_double double double Yes false \N NONE true | ||
c_decimal decimal(20, 3) decimalv3(20, 3) Yes false \N NONE true | ||
c_decimalv3 decimal(20, 3) decimalv3(20, 3) Yes false \N NONE true | ||
c_date date datev2 Yes false \N NONE true | ||
c_datetime datetime datetimev2(0) Yes false \N NONE true | ||
c_datev2 date datev2 Yes false \N NONE true | ||
c_datetimev2 datetime datetimev2(0) Yes false \N NONE true | ||
c_char char(15) char(15) Yes false \N NONE true | ||
c_varchar varchar(100) varchar(100) Yes false \N NONE true | ||
c_string text text Yes false \N NONE true | ||
|
||
mv_tbl_scalar_types_dup_1 DUP_KEYS mv_c_tinyint tinyint tinyint Yes true \N true `c_tinyint` | ||
mv_c_bool boolean boolean Yes true \N true `c_bool` | ||
mv_k1 bigint bigint Yes true \N true `k1` | ||
mv_c_smallint smallint smallint Yes false \N NONE true `c_smallint` | ||
mv_c_int int int Yes false \N NONE true `c_int` | ||
mv_c_bigint bigint bigint Yes false \N NONE true `c_bigint` | ||
mv_c_largeint largeint largeint Yes false \N NONE true `c_largeint` | ||
mv_c_float float float Yes false \N NONE true `c_float` | ||
mv_c_double double double Yes false \N NONE true `c_double` | ||
mv_c_decimal decimal(20, 3) decimalv3(20, 3) Yes false \N NONE true `c_decimal` | ||
mv_c_decimalv3 decimal(20, 3) decimalv3(20, 3) Yes false \N NONE true `c_decimalv3` | ||
mv_c_date date datev2 Yes false \N NONE true `c_date` | ||
mv_c_datetime datetime datetimev2(0) Yes false \N NONE true `c_datetime` | ||
mv_c_datev2 date datev2 Yes false \N NONE true `c_datev2` | ||
mv_c_datetimev2 datetime datetimev2(0) Yes false \N NONE true `c_datetimev2` | ||
mv_c_char character character Yes false \N NONE true `c_char` | ||
mv_c_varchar varchar(65533) varchar(65533) Yes false \N NONE true `c_varchar` | ||
mv_c_string text text Yes false \N NONE true `c_string` | ||
|
||
-- !sql -- | ||
-2147475406 true 45 23794 -11023 915989078 2115356192 15927.068 1.392557423391501E9 45951348783208518.810 8340516346665031.310 2022-01-26 2022-04-13T11:13:48 2022-01-31 2022-02-16T06:07:21 130.50.6.0 [email protected] Londonderry Alley 61 | ||
|
@@ -63,41 +63,41 @@ mv_tbl_scalar_types_dup_1 DUP_KEYS mv_c_tinyint TINYINT TINYINT Yes true \N tru | |
-2102307005 true 10 -23674 24613 -1810828490 -47095409 -14686.167 2.072108685694799E9 39847820962230526.125 584354832299375.156 2022-03-27 2022-02-11T13:46:06 2022-12-25 2022-11-28T09:37:49 213.146.33.250 [email protected] Eagle Crest Terrace 84 | ||
|
||
-- !sql -- | ||
tbl_scalar_types_dup DUP_KEYS k1 BIGINT BIGINT Yes true \N true | ||
c_bool BOOLEAN BOOLEAN Yes false \N NONE true | ||
c_tinyint TINYINT TINYINT Yes false \N NONE true | ||
c_smallint SMALLINT SMALLINT Yes false \N NONE true | ||
c_int BIGINT BIGINT Yes false \N NONE true | ||
c_bigint BIGINT BIGINT Yes false \N NONE true | ||
c_largeint LARGEINT LARGEINT Yes false \N NONE true | ||
c_float FLOAT FLOAT Yes false \N NONE true | ||
c_double DOUBLE DOUBLE Yes false \N NONE true | ||
c_decimal DECIMAL(20, 3) DECIMALV3(20, 3) Yes false \N NONE true | ||
c_decimalv3 DECIMAL(20, 3) DECIMALV3(20, 3) Yes false \N NONE true | ||
c_date DATE DATEV2 Yes false \N NONE true | ||
c_datetime DATETIME DATETIMEV2(0) Yes false \N NONE true | ||
c_datev2 DATE DATEV2 Yes false \N NONE true | ||
c_datetimev2 DATETIME DATETIMEV2(0) Yes false \N NONE true | ||
c_char CHAR(15) CHAR(15) Yes false \N NONE true | ||
c_varchar VARCHAR(100) VARCHAR(100) Yes false \N NONE true | ||
c_string TEXT TEXT Yes false \N NONE true | ||
mv_tbl_scalar_types_dup_1 DUP_KEYS mv_c_tinyint TINYINT TINYINT Yes true \N true `c_tinyint` | ||
mv_c_bool BOOLEAN BOOLEAN Yes true \N true `c_bool` | ||
mv_k1 BIGINT BIGINT Yes true \N true `k1` | ||
mv_c_smallint SMALLINT SMALLINT Yes false \N NONE true `c_smallint` | ||
mv_c_int BIGINT BIGINT Yes false \N NONE true `c_int` | ||
mv_c_bigint BIGINT BIGINT Yes false \N NONE true `c_bigint` | ||
mv_c_largeint LARGEINT LARGEINT Yes false \N NONE true `c_largeint` | ||
mv_c_float FLOAT FLOAT Yes false \N NONE true `c_float` | ||
mv_c_double DOUBLE DOUBLE Yes false \N NONE true `c_double` | ||
mv_c_decimal DECIMAL(20, 3) DECIMALV3(20, 3) Yes false \N NONE true `c_decimal` | ||
mv_c_decimalv3 DECIMAL(20, 3) DECIMALV3(20, 3) Yes false \N NONE true `c_decimalv3` | ||
mv_c_date DATE DATEV2 Yes false \N NONE true `c_date` | ||
mv_c_datetime DATETIME DATETIMEV2(0) Yes false \N NONE true `c_datetime` | ||
mv_c_datev2 DATE DATEV2 Yes false \N NONE true `c_datev2` | ||
mv_c_datetimev2 DATETIME DATETIMEV2(0) Yes false \N NONE true `c_datetimev2` | ||
mv_c_char CHARACTER CHARACTER Yes false \N NONE true `c_char` | ||
mv_c_varchar VARCHAR(65533) VARCHAR(65533) Yes false \N NONE true `c_varchar` | ||
mv_c_string TEXT TEXT Yes false \N NONE true `c_string` | ||
tbl_scalar_types_dup DUP_KEYS k1 bigint bigint Yes true \N true | ||
c_bool boolean boolean Yes false \N NONE true | ||
c_tinyint tinyint tinyint Yes false \N NONE true | ||
c_smallint smallint smallint Yes false \N NONE true | ||
c_int bigint bigint Yes false \N NONE true | ||
c_bigint bigint bigint Yes false \N NONE true | ||
c_largeint largeint largeint Yes false \N NONE true | ||
c_float float float Yes false \N NONE true | ||
c_double double double Yes false \N NONE true | ||
c_decimal decimal(20, 3) decimalv3(20, 3) Yes false \N NONE true | ||
c_decimalv3 decimal(20, 3) decimalv3(20, 3) Yes false \N NONE true | ||
c_date date datev2 Yes false \N NONE true | ||
c_datetime datetime datetimev2(0) Yes false \N NONE true | ||
c_datev2 date datev2 Yes false \N NONE true | ||
c_datetimev2 datetime datetimev2(0) Yes false \N NONE true | ||
c_char char(15) char(15) Yes false \N NONE true | ||
c_varchar varchar(100) varchar(100) Yes false \N NONE true | ||
c_string text text Yes false \N NONE true | ||
|
||
mv_tbl_scalar_types_dup_1 DUP_KEYS mv_c_tinyint tinyint tinyint Yes true \N true `c_tinyint` | ||
mv_c_bool boolean boolean Yes true \N true `c_bool` | ||
mv_k1 bigint bigint Yes true \N true `k1` | ||
mv_c_smallint smallint smallint Yes false \N NONE true `c_smallint` | ||
mv_c_int bigint bigint Yes false \N NONE true `c_int` | ||
mv_c_bigint bigint bigint Yes false \N NONE true `c_bigint` | ||
mv_c_largeint largeint largeint Yes false \N NONE true `c_largeint` | ||
mv_c_float float float Yes false \N NONE true `c_float` | ||
mv_c_double double double Yes false \N NONE true `c_double` | ||
mv_c_decimal decimal(20, 3) decimalv3(20, 3) Yes false \N NONE true `c_decimal` | ||
mv_c_decimalv3 decimal(20, 3) decimalv3(20, 3) Yes false \N NONE true `c_decimalv3` | ||
mv_c_date date datev2 Yes false \N NONE true `c_date` | ||
mv_c_datetime datetime datetimev2(0) Yes false \N NONE true `c_datetime` | ||
mv_c_datev2 date datev2 Yes false \N NONE true `c_datev2` | ||
mv_c_datetimev2 datetime datetimev2(0) Yes false \N NONE true `c_datetimev2` | ||
mv_c_char character character Yes false \N NONE true `c_char` | ||
mv_c_varchar varchar(65533) varchar(65533) Yes false \N NONE true `c_varchar` | ||
mv_c_string text text Yes false \N NONE true `c_string` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters