@@ -120,7 +120,7 @@ public void insertTestData() {
120120 .set ("col_date" )
121121 .to (Date .parseDate ("2022-03-29" ))
122122 .set ("col_varchar" )
123- .to ("test " )
123+ .to ("testÄ " )
124124 .set ("col_jsonb" )
125125 .to ("{\" key\" : \" value\" }" )
126126 .set ("col_array_bigint" )
@@ -392,7 +392,7 @@ public void testBinaryCopyOut() throws IOException, InterruptedException {
392392 addNullRow ();
393393 String result = execute ("TestBinaryCopyOut" , createConnectionString ());
394394 assertEqualsIgnoreControlCharacters (
395- "1\t True\t dGVzdA==\t 3.14\t 3.14\t 100\t 6.626\t 20220216T131802123456\t 14M3DT14706789000\t 20220329\t test \t {\" key\" : \" value\" }\t [1, , 2]\t [True, , False]\t [Ynl0ZXMx, , Ynl0ZXMy]\t [3.14, , -99.99]\t [3.14, , -99.99]\t [-100, , -200]\t [6.626, , -3.14]\t [20220216T161802123456, , 20000101T000000]\t NULL\t [20230220, , 20000101]\t [string1, , string2]\t [{\" key\" : \" value1\" }, , {\" key\" : \" value2\" }]\n "
395+ "1\t True\t dGVzdA==\t 3.14\t 3.14\t 100\t 6.626\t 20220216T131802123456\t 14M3DT14706789000\t 20220329\t testÄ \t {\" key\" : \" value\" }\t [1, , 2]\t [True, , False]\t [Ynl0ZXMx, , Ynl0ZXMy]\t [3.14, , -99.99]\t [3.14, , -99.99]\t [-100, , -200]\t [6.626, , -3.14]\t [20220216T161802123456, , 20000101T000000]\t NULL\t [20230220, , 20000101]\t [string1, , string2]\t [{\" key\" : \" value1\" }, , {\" key\" : \" value2\" }]\n "
396396 + "2\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\t NULL\n "
397397 + "Success\n " ,
398398 result );
@@ -404,7 +404,7 @@ public void testTextCopyOut() throws IOException, InterruptedException {
404404 addNullRow ();
405405 String result = execute ("TestTextCopyOut" , createConnectionString ());
406406 assertEqualsIgnoreControlCharacters (
407- "1\t t\t \\ \\ x74657374\t 3.14\t 3.14\t 100\t 6.626\t 2022-02-16 14:18:02.123456+01\t P1Y2M3DT4H5M6.789S\t 2022-03-29\t test \t {\" key\" : \" value\" }\t {1,NULL,2}\t {t,NULL,f}\t {\" \\ \\ \\ \\ x627974657331\" ,NULL,\" \\ \\ \\ \\ x627974657332\" }\t {3.14,NULL,-99.99}\t {3.14,NULL,-99.99}\t {-100,NULL,-200}\t {6.626,NULL,-3.14}\t {\" 2022-02-16 17:18:02.123456+01\" ,NULL,\" 2000-01-01 01:00:00+01\" }\t \\ N\t {\" 2023-02-20\" ,NULL,\" 2000-01-01\" }\t {\" string1\" ,NULL,\" string2\" }\t {\" {\\ \\ \" key\\ \\ \" : \\ \\ \" value1\\ \\ \" }\" ,NULL,\" {\\ \\ \" key\\ \\ \" : \\ \\ \" value2\\ \\ \" }\" }\n "
407+ "1\t t\t \\ \\ x74657374\t 3.14\t 3.14\t 100\t 6.626\t 2022-02-16 14:18:02.123456+01\t P1Y2M3DT4H5M6.789S\t 2022-03-29\t testÄ \t {\" key\" : \" value\" }\t {1,NULL,2}\t {t,NULL,f}\t {\" \\ \\ \\ \\ x627974657331\" ,NULL,\" \\ \\ \\ \\ x627974657332\" }\t {3.14,NULL,-99.99}\t {3.14,NULL,-99.99}\t {-100,NULL,-200}\t {6.626,NULL,-3.14}\t {\" 2022-02-16 17:18:02.123456+01\" ,NULL,\" 2000-01-01 01:00:00+01\" }\t \\ N\t {\" 2023-02-20\" ,NULL,\" 2000-01-01\" }\t {\" string1\" ,NULL,\" string2\" }\t {\" {\\ \\ \" key\\ \\ \" : \\ \\ \" value1\\ \\ \" }\" ,NULL,\" {\\ \\ \" key\\ \\ \" : \\ \\ \" value2\\ \\ \" }\" }\n "
408408 + "2\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\t \\ N\n "
409409 + "Success\n " ,
410410 result );
0 commit comments