# 障害票 920 

Begin;
SetSystemParameter "SydTest_UnreplaceBackSlash" "TRUE";
Initialize;
InitializeSession "";
Command "create database TESTDB";
TerminateSession;
InitializeSession "TESTDB";
# newline -> 0a fileheader -> none field -> = norecordsep -> ok string -> normal stringsep -> none int -> normal bigint -> normal decimal -> normal float -> normal file -> normal array -> sep position -> top
Command "create table T_1(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_1 input from path '../../doc/bulk_3_data1.txt' hint 'ErrorData=\"error1.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_1";
Command "drop table T_1";
System "diff error1.dat ../../doc/bulk_3_error1.txt";
System "rm error1.dat";
# newline -> 0d0a fileheader -> efbbbf field -> < norecordsep -> none string -> notend stringsep -> none int -> abcde bigint -> abcde decimal -> abcde float -> abcde file -> mid array -> overmax position -> second
Command "create table T_2(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_2 input from path '../../doc/bulk_3_data2.utf8' hint 'ErrorData=\"error2.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_2";
Command "drop table T_2";
System "diff error2.dat ../../doc/bulk_3_error2.utf8";
System "rm error2.dat";
# newline -> 0d0d0a fileheader -> none field -> < norecordsep -> ok string -> notend stringsep -> record int -> overmax bigint -> overmax decimal -> overmax float -> overmax file -> mid array -> sep position -> last
Command "create table T_3(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_3 input from path '../../doc/bulk_3_data3.txt' hint 'ErrorData=\"error3.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_3";
Command "drop table T_3";
System "diff error3.dat ../../doc/bulk_3_error3.txt";
System "rm error3.dat";
# newline -> 0a fileheader -> efbbbf field -> = norecordsep -> none string -> normal stringsep -> record int -> undermin bigint -> undermin decimal -> undermin float -> undermin file -> normal array -> overmax position -> all
Command "create table T_4(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_4 input from path '../../doc/bulk_3_data4.utf8' hint 'ErrorData=\"error4.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_4";
Command "drop table T_4";
System "diff error4.dat ../../doc/bulk_3_error4.utf8";
System "rm error4.dat";
# newline -> 0d0a fileheader -> none field -> = norecordsep -> none string -> notend stringsep -> field int -> normal bigint -> abcde decimal -> overmax float -> undermin file -> nospace array -> string position -> top
Command "create table T_5(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_5 input from path '../../doc/bulk_3_data5.txt' hint 'ErrorData=\"error5.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_5";
Command "drop table T_5";
System "diff error5.dat ../../doc/bulk_3_error5.txt";
System "rm error5.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> = norecordsep -> ok string -> normal stringsep -> field int -> abcde bigint -> normal decimal -> undermin float -> overmax file -> wquote array -> int position -> second
Command "create table T_6(string1 nvarchar(1024),int2 int ARRAY[3],bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_6 input from path '../../doc/bulk_3_data6.utf8' hint 'ErrorData=\"error6.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_6";
Command "drop table T_6";
System "diff error6.dat ../../doc/bulk_3_error6.utf8";
System "rm error6.dat";
# newline -> 0a fileheader -> efbbbf field -> < norecordsep -> none string -> normal stringsep -> element int -> overmax bigint -> undermin decimal -> normal float -> abcde file -> wquote array -> string position -> last
Command "create table T_7(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_7 input from path '../../doc/bulk_3_data7.utf8' hint 'ErrorData=\"error7.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_7";
Command "drop table T_7";
System "diff error7.dat ../../doc/bulk_3_error7.utf8";
System "rm error7.dat";
# newline -> 0d0a fileheader -> none field -> < norecordsep -> ok string -> notend stringsep -> element int -> undermin bigint -> overmax decimal -> abcde float -> normal file -> nospace array -> int position -> all
Command "create table T_8(string1 nvarchar(1024),int2 int ARRAY[3],bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_8 input from path '../../doc/bulk_3_data8.txt' hint 'ErrorData=\"error8.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_8";
Command "drop table T_8";
System "diff error8.dat ../../doc/bulk_3_error8.txt";
System "rm error8.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> < norecordsep -> none string -> normal stringsep -> null int -> normal bigint -> overmax decimal -> undermin float -> abcde file -> sep array -> bigint position -> top
Command "create table T_9(string1 nvarchar(1024),int2 int,bigint3 bigint ARRAY[3],decimal4 decimal(10,5),file5 ntext)";
Command "insert T_9 input from path '../../doc/bulk_3_data9.utf8' hint 'ErrorData=\"error9.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_9";
Command "drop table T_9";
System "diff error9.dat ../../doc/bulk_3_error9.utf8";
System "rm error9.dat";
# newline -> 0a fileheader -> none field -> = norecordsep -> ok string -> notend stringsep -> null int -> abcde bigint -> undermin decimal -> overmax float -> normal file -> notfound array -> decimal position -> second
Command "create table T_10(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5) ARRAY[3],file5 ntext)";
Command "insert T_10 input from path '../../doc/bulk_3_data10.txt' hint 'ErrorData=\"error10.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_10";
Command "drop table T_10";
System "diff error10.dat ../../doc/bulk_3_error10.txt";
System "rm error10.dat";
# newline -> 0d0a fileheader -> efbbbf field -> = norecordsep -> ok string -> normal stringsep -> default int -> overmax bigint -> normal decimal -> abcde float -> undermin file -> notfound array -> bigint position -> last
Command "create table T_11(string1 nvarchar(1024),int2 int,bigint3 bigint ARRAY[3],decimal4 decimal(10,5),file5 ntext)";
Command "insert T_11 input from path '../../doc/bulk_3_data11.utf8' hint 'ErrorData=\"error11.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_11";
Command "drop table T_11";
System "diff error11.dat ../../doc/bulk_3_error11.utf8";
System "rm error11.dat";
# newline -> 0d0d0a fileheader -> none field -> < norecordsep -> none string -> notend stringsep -> default int -> undermin bigint -> abcde decimal -> normal float -> overmax file -> sep array -> decimal position -> all
Command "create table T_12(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5) ARRAY[3],file5 ntext)";
Command "insert T_12 input from path '../../doc/bulk_3_data12.txt' hint 'ErrorData=\"error12.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_12";
Command "drop table T_12";
System "diff error12.dat ../../doc/bulk_3_error12.txt";
System "rm error12.dat";
# newline -> 0d0a fileheader -> none field -> < norecordsep -> none string -> notend stringsep -> file int -> abcde bigint -> abcde decimal -> undermin float -> normal file -> normal array -> file position -> last
Command "create table T_13(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext ARRAY[3])";
Command "insert T_13 input from path '../../doc/bulk_3_data13.txt' hint 'ErrorData=\"error13.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_13";
Command "drop table T_13";
System "diff error13.dat ../../doc/bulk_3_error13.txt";
System "rm error13.dat";
# newline -> 0a fileheader -> efbbbf field -> = norecordsep -> ok string -> normal stringsep -> file int -> normal bigint -> normal decimal -> overmax float -> abcde file -> mid array -> file position -> all
Command "create table T_14(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext ARRAY[3])";
Command "insert T_14 input from path '../../doc/bulk_3_data14.utf8' hint 'ErrorData=\"error14.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_14";
Command "drop table T_14";
System "diff error14.dat ../../doc/bulk_3_error14.utf8";
System "rm error14.dat";
# newline -> 0a fileheader -> efbbbf field -> < norecordsep -> none string -> notend stringsep -> field int -> overmax bigint -> undermin decimal -> abcde float -> undermin file -> sep array -> sep position -> second
Command "create table T_15(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_15 input from path '../../doc/bulk_3_data15.utf8' hint 'ErrorData=\"error15.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_15";
Command "drop table T_15";
System "diff error15.dat ../../doc/bulk_3_error15.utf8";
System "rm error15.dat";
# newline -> 0d0a fileheader -> none field -> = norecordsep -> ok string -> normal stringsep -> element int -> normal bigint -> overmax decimal -> normal float -> overmax file -> sep array -> overmax position -> second
Command "create table T_16(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_16 input from path '../../doc/bulk_3_data16.txt' hint 'ErrorData=\"error16.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_16";
Command "drop table T_16";
System "diff error16.dat ../../doc/bulk_3_error16.txt";
System "rm error16.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> = norecordsep -> ok string -> normal stringsep -> none int -> undermin bigint -> undermin decimal -> overmax float -> overmax file -> nospace array -> bigint position -> top
Command "create table T_17(string1 nvarchar(1024),int2 int,bigint3 bigint ARRAY[3],decimal4 decimal(10,5),file5 ntext)";
Command "insert T_17 input from path '../../doc/bulk_3_data17.utf8' hint 'ErrorData=\"error17.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_17";
Command "drop table T_17";
System "diff error17.dat ../../doc/bulk_3_error17.utf8";
System "rm error17.dat";
# newline -> 0a fileheader -> none field -> < norecordsep -> ok string -> notend stringsep -> record int -> abcde bigint -> abcde decimal -> abcde float -> normal file -> wquote array -> bigint position -> top
Command "create table T_18(string1 nvarchar(1024),int2 int,bigint3 bigint ARRAY[3],decimal4 decimal(10,5),file5 ntext)";
Command "insert T_18 input from path '../../doc/bulk_3_data18.txt' hint 'ErrorData=\"error18.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_18";
Command "drop table T_18";
System "diff error18.dat ../../doc/bulk_3_error18.txt";
System "rm error18.dat";
# newline -> 0d0d0a fileheader -> none field -> < norecordsep -> none string -> notend stringsep -> record int -> normal bigint -> normal decimal -> abcde float -> abcde file -> notfound array -> decimal position -> last
Command "create table T_19(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5) ARRAY[3],file5 ntext)";
Command "insert T_19 input from path '../../doc/bulk_3_data19.txt' hint 'ErrorData=\"error19.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_19";
Command "drop table T_19";
System "diff error19.dat ../../doc/bulk_3_error19.txt";
System "rm error19.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> = norecordsep -> ok string -> normal stringsep -> element int -> overmax bigint -> overmax decimal -> undermin float -> undermin file -> normal array -> decimal position -> top
Command "create table T_20(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5) ARRAY[3],file5 ntext)";
Command "insert T_20 input from path '../../doc/bulk_3_data20.utf8' hint 'ErrorData=\"error20.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_20";
Command "drop table T_20";
System "diff error20.dat ../../doc/bulk_3_error20.utf8";
System "rm error20.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> < norecordsep -> ok string -> notend stringsep -> null int -> undermin bigint -> normal decimal -> normal float -> normal file -> mid array -> string position -> second
Command "create table T_21(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_21 input from path '../../doc/bulk_3_data21.utf8' hint 'ErrorData=\"error21.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_21";
Command "drop table T_21";
System "diff error21.dat ../../doc/bulk_3_error21.utf8";
System "rm error21.dat";
# newline -> 0a fileheader -> none field -> = norecordsep -> none string -> normal stringsep -> null int -> overmax bigint -> abcde decimal -> normal float -> undermin file -> nospace array -> int position -> last
Command "create table T_22(string1 nvarchar(1024),int2 int ARRAY[3],bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_22 input from path '../../doc/bulk_3_data22.txt' hint 'ErrorData=\"error22.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_22";
Command "drop table T_22";
System "diff error22.dat ../../doc/bulk_3_error22.txt";
System "rm error22.dat";
# newline -> 0d0a fileheader -> none field -> = norecordsep -> none string -> normal stringsep -> default int -> abcde bigint -> overmax decimal -> overmax float -> abcde file -> wquote array -> sep position -> all
Command "create table T_23(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_23 input from path '../../doc/bulk_3_data23.txt' hint 'ErrorData=\"error23.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_23";
Command "drop table T_23";
System "diff -b error23.dat ../../doc/bulk_3_error23.txt";
System "rm error23.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> < norecordsep -> none string -> notend stringsep -> default int -> abcde bigint -> normal decimal -> undermin float -> normal file -> nospace array -> overmax position -> top
Command "create table T_24(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_24 input from path '../../doc/bulk_3_data24.utf8' hint 'ErrorData=\"error24.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_24";
Command "drop table T_24";
System "diff error24.dat ../../doc/bulk_3_error24.utf8";
System "rm error24.dat";
# newline -> 0a fileheader -> efbbbf field -> = norecordsep -> none string -> normal stringsep -> file int -> undermin bigint -> overmax decimal -> abcde float -> overmax file -> notfound array -> string position -> top
Command "create table T_25(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_25 input from path '../../doc/bulk_3_data25.utf8' hint 'ErrorData=\"error25.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_25";
Command "drop table T_25";
System "diff error25.dat ../../doc/bulk_3_error25.utf8";
System "rm error25.dat";
# newline -> 0d0a fileheader -> none field -> < norecordsep -> ok string -> notend stringsep -> file int -> overmax bigint -> undermin decimal -> overmax float -> normal file -> sep array -> int position -> all
Command "create table T_26(string1 nvarchar(1024),int2 int ARRAY[3],bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_26 input from path '../../doc/bulk_3_data26.txt' hint 'ErrorData=\"error26.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_26";
Command "drop table T_26";
System "diff error26.dat ../../doc/bulk_3_error26.txt";
System "rm error26.dat";
# newline -> 0d0d0a fileheader -> none field -> < norecordsep -> none string -> notend stringsep -> none int -> undermin bigint -> overmax decimal -> undermin float -> undermin file -> sep array -> file position -> last
Command "create table T_27(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext ARRAY[3])";
Command "insert T_27 input from path '../../doc/bulk_3_data27.txt' hint 'ErrorData=\"error27.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_27";
Command "drop table T_27";
System "diff error27.dat ../../doc/bulk_3_error27.txt";
System "rm error27.dat";
# newline -> 0d0a fileheader -> none field -> = norecordsep -> ok string -> normal stringsep -> field int -> undermin bigint -> undermin decimal -> normal float -> abcde file -> mid array -> file position -> top
Command "create table T_28(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext ARRAY[3])";
Command "insert T_28 input from path '../../doc/bulk_3_data28.txt' hint 'ErrorData=\"error28.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_28";
Command "drop table T_28";
System "diff error28.dat ../../doc/bulk_3_error28.txt";
System "rm error28.dat";
# newline -> 0a fileheader -> efbbbf field -> < norecordsep -> ok string -> notend stringsep -> default int -> normal bigint -> undermin decimal -> abcde float -> overmax file -> normal array -> file position -> second
Command "create table T_29(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext ARRAY[3])";
Command "insert T_29 input from path '../../doc/bulk_3_data29.utf8' hint 'ErrorData=\"error29.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_29";
Command "drop table T_29";
System "diff error29.dat ../../doc/bulk_3_error29.utf8";
System "rm error29.dat";
# newline -> 0d0a fileheader -> efbbbf field -> < norecordsep -> ok string -> normal stringsep -> null int -> abcde bigint -> abcde decimal -> overmax float -> undermin file -> wquote array -> overmax position -> all
Command "create table T_30(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_30 input from path '../../doc/bulk_3_data30.utf8' hint 'ErrorData=\"error30.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_30";
Command "drop table T_30";
System "diff error30.dat ../../doc/bulk_3_error30.utf8";
System "rm error30.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> < norecordsep -> ok string -> normal stringsep -> file int -> abcde bigint -> abcde decimal -> normal float -> undermin file -> notfound array -> sep position -> second
Command "create table T_31(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_31 input from path '../../doc/bulk_3_data31.utf8' hint 'ErrorData=\"error31.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_31";
Command "drop table T_31";
System "diff error31.dat ../../doc/bulk_3_error31.utf8";
System "rm error31.dat";
# newline -> 0d0a fileheader -> none field -> = norecordsep -> ok string -> normal stringsep -> record int -> abcde bigint -> normal decimal -> undermin float -> overmax file -> sep array -> string position -> all
Command "create table T_32(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_32 input from path '../../doc/bulk_3_data32.txt' hint 'ErrorData=\"error32.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_32";
Command "drop table T_32";
System "diff error32.dat ../../doc/bulk_3_error32.txt";
System "rm error32.dat";
# newline -> 0a fileheader -> none field -> = norecordsep -> none string -> notend stringsep -> element int -> abcde bigint -> abcde decimal -> undermin float -> undermin file -> mid array -> bigint position -> all
Command "create table T_33(string1 nvarchar(1024),int2 int,bigint3 bigint ARRAY[3],decimal4 decimal(10,5),file5 ntext)";
Command "insert T_33 input from path '../../doc/bulk_3_data33.txt' hint 'ErrorData=\"error33.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_33";
Command "drop table T_33";
System "diff error33.dat ../../doc/bulk_3_error33.txt";
System "rm error33.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> < norecordsep -> none string -> normal stringsep -> field int -> normal bigint -> overmax decimal -> overmax float -> abcde file -> normal array -> int position -> last
Command "create table T_34(string1 nvarchar(1024),int2 int ARRAY[3],bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_34 input from path '../../doc/bulk_3_data34.utf8' hint 'ErrorData=\"error34.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_34";
Command "drop table T_34";
System "diff error34.dat ../../doc/bulk_3_error34.utf8";
System "rm error34.dat";
# newline -> 0a fileheader -> none field -> = norecordsep -> none string -> notend stringsep -> record int -> overmax bigint -> overmax decimal -> normal float -> abcde file -> nospace array -> overmax position -> second
Command "create table T_35(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_35 input from path '../../doc/bulk_3_data35.txt' hint 'ErrorData=\"error35.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_35";
Command "drop table T_35";
System "diff error35.dat ../../doc/bulk_3_error35.txt";
System "rm error35.dat";
# newline -> 0d0a fileheader -> efbbbf field -> = norecordsep -> none string -> normal stringsep -> none int -> normal bigint -> undermin decimal -> undermin float -> normal file -> wquote array -> decimal position -> all
Command "create table T_36(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5) ARRAY[3],file5 ntext)";
Command "insert T_36 input from path '../../doc/bulk_3_data36.utf8' hint 'ErrorData=\"error36.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_36";
Command "drop table T_36";
System "diff error36.dat ../../doc/bulk_3_error36.utf8";
System "rm error36.dat";
# newline -> 0d0a fileheader -> none field -> < norecordsep -> ok string -> normal stringsep -> field int -> overmax bigint -> normal decimal -> undermin float -> normal file -> notfound array -> bigint position -> all
Command "create table T_37(string1 nvarchar(1024),int2 int,bigint3 bigint ARRAY[3],decimal4 decimal(10,5),file5 ntext)";
Command "insert T_37 input from path '../../doc/bulk_3_data37.txt' hint 'ErrorData=\"error37.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_37";
Command "drop table T_37";
System "diff error37.dat ../../doc/bulk_3_error37.txt";
System "rm error37.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> = norecordsep -> none string -> notend stringsep -> element int -> undermin bigint -> normal decimal -> overmax float -> overmax file -> wquote array -> sep position -> last
Command "create table T_38(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_38 input from path '../../doc/bulk_3_data38.utf8' hint 'ErrorData=\"error38.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_38";
Command "drop table T_38";
System "diff error38.dat ../../doc/bulk_3_error38.utf8";
System "rm error38.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> = norecordsep -> none string -> notend stringsep -> null int -> overmax bigint -> normal decimal -> abcde float -> overmax file -> nospace array -> file position -> all
Command "create table T_39(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext ARRAY[3])";
Command "insert T_39 input from path '../../doc/bulk_3_data39.utf8' hint 'ErrorData=\"error39.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_39";
Command "drop table T_39";
System "diff error39.dat ../../doc/bulk_3_error39.utf8";
System "rm error39.dat";
# newline -> 0a fileheader -> none field -> < norecordsep -> ok string -> normal stringsep -> none int -> overmax bigint -> abcde decimal -> undermin float -> abcde file -> notfound array -> int position -> top
Command "create table T_40(string1 nvarchar(1024),int2 int ARRAY[3],bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_40 input from path '../../doc/bulk_3_data40.txt' hint 'ErrorData=\"error40.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_40";
Command "drop table T_40";
System "diff error40.dat ../../doc/bulk_3_error40.txt";
System "rm error40.dat";
# newline -> 0d0a fileheader -> none field -> = norecordsep -> none string -> notend stringsep -> default int -> undermin bigint -> abcde decimal -> normal float -> abcde file -> normal array -> bigint position -> second
Command "create table T_41(string1 nvarchar(1024),int2 int,bigint3 bigint ARRAY[3],decimal4 decimal(10,5),file5 ntext)";
Command "insert T_41 input from path '../../doc/bulk_3_data41.txt' hint 'ErrorData=\"error41.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_41";
Command "drop table T_41";
System "diff error41.dat ../../doc/bulk_3_error41.txt";
System "rm error41.dat";
# newline -> 0d0d0a fileheader -> none field -> < norecordsep -> none string -> normal stringsep -> file int -> normal bigint -> undermin decimal -> abcde float -> undermin file -> wquote array -> overmax position -> last
Command "create table T_42(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_42 input from path '../../doc/bulk_3_data42.txt' hint 'ErrorData=\"error42.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_42";
Command "drop table T_42";
System "diff error42.dat ../../doc/bulk_3_error42.txt";
System "rm error42.dat";
# newline -> 0a fileheader -> efbbbf field -> < norecordsep -> ok string -> notend stringsep -> default int -> normal bigint -> overmax decimal -> undermin float -> normal file -> mid array -> string position -> last
Command "create table T_43(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_43 input from path '../../doc/bulk_3_data43.utf8' hint 'ErrorData=\"error43.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_43";
Command "drop table T_43";
System "diff error43.dat ../../doc/bulk_3_error43.utf8";
System "rm error43.dat";
# newline -> 0d0a fileheader -> efbbbf field -> = norecordsep -> ok string -> notend stringsep -> null int -> abcde bigint -> undermin decimal -> undermin float -> overmax file -> normal array -> sep position -> last
Command "create table T_44(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_44 input from path '../../doc/bulk_3_data44.utf8' hint 'ErrorData=\"error44.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_44";
Command "drop table T_44";
System "diff error44.dat ../../doc/bulk_3_error44.utf8";
System "rm error44.dat";
# newline -> 0a fileheader -> efbbbf field -> < norecordsep -> ok string -> normal stringsep -> file int -> abcde bigint -> normal decimal -> normal float -> abcde file -> nospace array -> decimal position -> second
Command "create table T_45(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5) ARRAY[3],file5 ntext)";
Command "insert T_45 input from path '../../doc/bulk_3_data45.utf8' hint 'ErrorData=\"error45.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_45";
Command "drop table T_45";
System "diff error45.dat ../../doc/bulk_3_error45.utf8";
System "rm error45.dat";
# newline -> 0d0d0a fileheader -> efbbbf field -> < norecordsep -> none string -> notend stringsep -> element int -> normal bigint -> abcde decimal -> overmax float -> normal file -> notfound array -> file position -> second
Command "create table T_46(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext ARRAY[3])";
Command "insert T_46 input from path '../../doc/bulk_3_data46.utf8' hint 'ErrorData=\"error46.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_46";
Command "drop table T_46";
System "diff error46.dat ../../doc/bulk_3_error46.utf8";
System "rm error46.dat";
# newline -> 0d0a fileheader -> efbbbf field -> = norecordsep -> none string -> notend stringsep -> record int -> undermin bigint -> undermin decimal -> normal float -> undermin file -> mid array -> int position -> top
Command "create table T_47(string1 nvarchar(1024),int2 int ARRAY[3],bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_47 input from path '../../doc/bulk_3_data47.utf8' hint 'ErrorData=\"error47.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_47";
Command "drop table T_47";
System "diff error47.dat ../../doc/bulk_3_error47.utf8";
System "rm error47.dat";
# newline -> 0a fileheader -> none field -> = norecordsep -> ok string -> notend stringsep -> field int -> undermin bigint -> abcde decimal -> abcde float -> overmax file -> mid array -> decimal position -> last
Command "create table T_48(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5) ARRAY[3],file5 ntext)";
Command "insert T_48 input from path '../../doc/bulk_3_data48.txt' hint 'ErrorData=\"error48.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_48";
Command "drop table T_48";
System "diff error48.dat ../../doc/bulk_3_error48.txt";
System "rm error48.dat";
# newline -> 0d0a fileheader -> none field -> = norecordsep -> ok string -> notend stringsep -> record int -> overmax bigint -> overmax decimal -> normal float -> normal file -> wquote array -> file position -> second
Command "create table T_49(string1 nvarchar(1024),int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext ARRAY[3])";
Command "insert T_49 input from path '../../doc/bulk_3_data49.txt' hint 'ErrorData=\"error49.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_49";
Command "drop table T_49";
System "diff error49.dat ../../doc/bulk_3_error49.txt";
System "rm error49.dat";
# newline -> 0d0d0a fileheader -> none field -> < norecordsep -> none string -> normal stringsep -> file int -> overmax bigint -> normal decimal -> overmax float -> undermin file -> normal array -> string position -> all
Command "create table T_50(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_50 input from path '../../doc/bulk_3_data50.txt' hint 'ErrorData=\"error50.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_50";
Command "drop table T_50";
System "diff error50.dat ../../doc/bulk_3_error50.txt";
System "rm error50.dat";
# newline -> 0d0a fileheader -> none field -> < norecordsep -> ok string -> normal stringsep -> file int -> undermin bigint -> overmax decimal -> undermin float -> overmax file -> notfound array -> overmax position -> top
Command "create table T_51(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_51 input from path '../../doc/bulk_3_data51.txt' hint 'ErrorData=\"error51.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_51";
Command "drop table T_51";
System "diff error51.dat ../../doc/bulk_3_error51.txt";
System "rm error51.dat";
# newline -> 0d0a fileheader -> efbbbf field -> = norecordsep -> none string -> normal stringsep -> none int -> normal bigint -> overmax decimal -> undermin float -> undermin file -> nospace array -> sep position -> second
Command "create table T_52(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_52 input from path '../../doc/bulk_3_data52.utf8' hint 'ErrorData=\"error52.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_52";
Command "drop table T_52";
System "diff error52.dat ../../doc/bulk_3_error52.utf8";
System "rm error52.dat";
# newline -> 0a fileheader -> efbbbf field -> = norecordsep -> ok string -> notend stringsep -> none int -> abcde bigint -> abcde decimal -> abcde float -> abcde file -> sep array -> string position -> last
Command "create table T_53(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_53 input from path '../../doc/bulk_3_data53.utf8' hint 'ErrorData=\"error53.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\" Code=\"utf-8\"'";
Command "select * from T_53";
Command "drop table T_53";
System "diff error53.dat ../../doc/bulk_3_error53.utf8";
System "rm error53.dat";
# newline -> 0a fileheader -> none field -> = norecordsep -> ok string -> notend stringsep -> default int -> abcde bigint -> normal decimal -> overmax float -> normal file -> sep array -> int position -> top
Command "create table T_54(string1 nvarchar(1024),int2 int ARRAY[3],bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_54 input from path '../../doc/bulk_3_data54.txt' hint 'ErrorData=\"error54.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_54";
Command "drop table T_54";
System "diff error54.dat ../../doc/bulk_3_error54.txt";
System "rm error54.dat";
# newline -> 0d0d0a fileheader -> none field -> < norecordsep -> ok string -> normal stringsep -> field int -> abcde bigint -> overmax decimal -> normal float -> normal file -> notfound array -> overmax position -> all
Command "create table T_55(string1 nvarchar(1024) ARRAY[3],int2 int,bigint3 bigint,decimal4 decimal(10,5),file5 ntext)";
Command "insert T_55 input from path '../../doc/bulk_3_data55.txt' hint 'ErrorData=\"error55.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_55";
Command "drop table T_55";
System "diff error55.dat ../../doc/bulk_3_error55.txt";
System "rm error55.dat";
# newline -> 0a fileheader -> none field -> = norecordsep -> none string -> notend stringsep -> file int -> undermin bigint -> undermin decimal -> normal float -> overmax file -> wquote array -> bigint position -> second
Command "create table T_56(string1 nvarchar(1024),int2 int,bigint3 bigint ARRAY[3],decimal4 decimal(10,5),file5 ntext)";
Command "insert T_56 input from path '../../doc/bulk_3_data56.txt' hint 'ErrorData=\"error56.dat\" RecordSeparator=\":\\n==\\n:\" FieldSeparator=\":,:\" ElementSeparator=\"@@\"'";
Command "select * from T_56";
Command "drop table T_56";
System "diff error56.dat ../../doc/bulk_3_error56.txt";
System "rm error56.dat";
TerminateSession;
InitializeSession "TESTDB";
Command "drop database TESTDB";
TerminateSession;
Terminate;
End;
