@@ -43,11 +43,15 @@ public sealed partial class ScriptTest {
4343 [ TestMethod ] public void Test_IMPORT_CSV_BLANK_VALUES_2_sql ( ) => TestScript ( @"IMPORT CSV BLANK_VALUES 2.sql" ) ;
4444 [ TestMethod ] public void Test_IMPORT_CSV_BLANK_VALUES_3_sql ( ) => TestScript ( @"IMPORT CSV BLANK_VALUES 3.sql" ) ;
4545 [ TestMethod ] public void Test_IMPORT_CSV_BLANK_VALUES_DEFAULT_sql ( ) => TestScript ( @"IMPORT CSV BLANK_VALUES DEFAULT.sql" ) ;
46+ [ TestMethod ] public void Test_IMPORT_CSV_duplicate_header_1_sql ( ) => TestScript ( @"IMPORT CSV duplicate header 1.sql" ) ;
47+ [ TestMethod ] public void Test_IMPORT_CSV_duplicate_header_2_sql ( ) => TestScript ( @"IMPORT CSV duplicate header 2.sql" ) ;
4648 [ TestMethod ] public void Test_IMPORT_CSV_FILE_ENCODING_sql ( ) => TestScript ( @"IMPORT CSV FILE_ENCODING.sql" ) ;
4749 [ TestMethod ] public void Test_IMPORT_CSV_HEADER_ROW_sql ( ) => TestScript ( @"IMPORT CSV HEADER_ROW.sql" ) ;
4850 [ TestMethod ] public void Test_IMPORT_CSV_IF_CONVERSION_FAILS_sql ( ) => TestScript ( @"IMPORT CSV IF_CONVERSION_FAILS.sql" ) ;
4951 [ TestMethod ] public void Test_IMPORT_CSV_missing_header_1_sql ( ) => TestScript ( @"IMPORT CSV missing header 1.sql" ) ;
5052 [ TestMethod ] public void Test_IMPORT_CSV_missing_header_2_sql ( ) => TestScript ( @"IMPORT CSV missing header 2.sql" ) ;
53+ [ TestMethod ] public void Test_IMPORT_CSV_missing_header_3_sql ( ) => TestScript ( @"IMPORT CSV missing header 3.sql" ) ;
54+ [ TestMethod ] public void Test_IMPORT_CSV_missing_header_4_sql ( ) => TestScript ( @"IMPORT CSV missing header 4.sql" ) ;
5155 [ TestMethod ] public void Test_IMPORT_CSV_SKIP_LINES_sql ( ) => TestScript ( @"IMPORT CSV SKIP_LINES.sql" ) ;
5256 [ TestMethod ] public void Test_IMPORT_CSV_TAKE_LINES_sql ( ) => TestScript ( @"IMPORT CSV TAKE_LINES.sql" ) ;
5357 [ TestMethod ] public void Test_IMPORT_CSV_TEMPORARY_TABLE_sql ( ) => TestScript ( @"IMPORT CSV TEMPORARY_TABLE.sql" ) ;
@@ -62,6 +66,8 @@ public sealed partial class ScriptTest {
6266 [ TestMethod ] public void Test_IMPORT_XLS_BLANK_VALUES_2_sql ( ) => TestScript ( @"IMPORT XLS BLANK_VALUES 2.sql" ) ;
6367 [ TestMethod ] public void Test_IMPORT_XLS_BLANK_VALUES_3_sql ( ) => TestScript ( @"IMPORT XLS BLANK_VALUES 3.sql" ) ;
6468 [ TestMethod ] public void Test_IMPORT_XLS_BLANK_VALUES_DEFAULT_sql ( ) => TestScript ( @"IMPORT XLS BLANK_VALUES DEFAULT.sql" ) ;
69+ [ TestMethod ] public void Test_IMPORT_XLS_duplicate_header_1_sql ( ) => TestScript ( @"IMPORT XLS duplicate header 1.sql" ) ;
70+ [ TestMethod ] public void Test_IMPORT_XLS_duplicate_header_2_sql ( ) => TestScript ( @"IMPORT XLS duplicate header 2.sql" ) ;
6571 [ TestMethod ] public void Test_IMPORT_XLS_FIRST_COLUMN_first_and_last__letter_sql ( ) => TestScript ( @"IMPORT XLS FIRST_COLUMN first and last, letter.sql" ) ;
6672 [ TestMethod ] public void Test_IMPORT_XLS_FIRST_COLUMN_first_and_last__number_sql ( ) => TestScript ( @"IMPORT XLS FIRST_COLUMN first and last, number.sql" ) ;
6773 [ TestMethod ] public void Test_IMPORT_XLS_FIRST_COLUMN_first_beyond_end_of_data_sql ( ) => TestScript ( @"IMPORT XLS FIRST_COLUMN first beyond end of data.sql" ) ;
@@ -77,6 +83,8 @@ public sealed partial class ScriptTest {
7783 [ TestMethod ] public void Test_IMPORT_XLS_LAST_ROW_sql ( ) => TestScript ( @"IMPORT XLS LAST_ROW.sql" ) ;
7884 [ TestMethod ] public void Test_IMPORT_XLS_missing_header_1_sql ( ) => TestScript ( @"IMPORT XLS missing header 1.sql" ) ;
7985 [ TestMethod ] public void Test_IMPORT_XLS_missing_header_2_sql ( ) => TestScript ( @"IMPORT XLS missing header 2.sql" ) ;
86+ [ TestMethod ] public void Test_IMPORT_XLS_missing_header_3_sql ( ) => TestScript ( @"IMPORT XLS missing header 3.sql" ) ;
87+ [ TestMethod ] public void Test_IMPORT_XLS_missing_header_4_sql ( ) => TestScript ( @"IMPORT XLS missing header 4.sql" ) ;
8088 [ TestMethod ] public void Test_IMPORT_XLS_STOP_AT_FIRST_BLANK_ROW_0_sql ( ) => TestScript ( @"IMPORT XLS STOP_AT_FIRST_BLANK_ROW 0.sql" ) ;
8189 [ TestMethod ] public void Test_IMPORT_XLS_STOP_AT_FIRST_BLANK_ROW_1_sql ( ) => TestScript ( @"IMPORT XLS STOP_AT_FIRST_BLANK_ROW 1.sql" ) ;
8290 [ TestMethod ] public void Test_IMPORT_XLS_STOP_AT_FIRST_BLANK_ROW_default_sql ( ) => TestScript ( @"IMPORT XLS STOP_AT_FIRST_BLANK_ROW default.sql" ) ;
0 commit comments