diff -ru test/disable_search_path/expected/00040_e_iq_types_null_key.out test/disable_search_path/results/00040_e_iq_types_null_key.out --- test/disable_search_path/expected/00040_e_iq_types_null_key.out 2025-05-29 15:22:24.824732753 -0500 +++ test/disable_search_path/results/00040_e_iq_types_null_key.out 2025-05-29 15:22:27.412732589 -0500 @@ -1,5 +1,5 @@ -- Test that a null key rasies an error INSERT INTO iq_types (iqtype, description) VALUES(NULL, 'Sample IQ type #1'); -ERROR: null value in column "iqtype" of relation "iq_types" violates not-null constraint +ERROR: null value in column "iqtype" violates not-null constraint DETAIL: Failing row contains (null, Sample IQ type #1). diff -ru test/disable_search_path/expected/00050_e_iq_types_null_description.out test/disable_search_path/results/00050_e_iq_types_null_description.out --- test/disable_search_path/expected/00050_e_iq_types_null_description.out 2025-05-29 15:22:24.824732753 -0500 +++ test/disable_search_path/results/00050_e_iq_types_null_description.out 2025-05-29 15:22:27.452732586 -0500 @@ -1,5 +1,5 @@ -- Test that a null description rasies an error INSERT INTO iq_types (iqtype, description) VALUES('validkey', NULL); -ERROR: null value in column "description" of relation "iq_types" violates not-null constraint +ERROR: null value in column "description" violates not-null constraint DETAIL: Failing row contains (validkey, null). diff -ru test/disable_search_path/expected/00520_e_isok_queries_null_key.out test/disable_search_path/results/00520_e_isok_queries_null_key.out --- test/disable_search_path/expected/00520_e_isok_queries_null_key.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00520_e_isok_queries_null_key.out 2025-05-29 15:22:27.996732552 -0500 @@ -14,6 +14,6 @@ , ('R3', 'Result number 3', NULL);$$ , 'No comment' ); -ERROR: null value in column "iqname" of relation "isok_queries" violates not-null constraint +ERROR: null value in column "iqname" violates not-null constraint DETAIL: Failing row contains (null, f, type1, f, null, null, null, null, VALUES ('R1', 'Result number 1', NULL) , ('R2', ..., No comment). diff -ru test/disable_search_path/expected/00560_e_isok_queries_error_null.out test/disable_search_path/results/00560_e_isok_queries_error_null.out --- test/disable_search_path/expected/00560_e_isok_queries_error_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00560_e_isok_queries_error_null.out 2025-05-29 15:22:28.136732543 -0500 @@ -14,6 +14,6 @@ , ('R6', 'Result number 6', NULL);$$ , 'No comment' ); -ERROR: null value in column "error" of relation "isok_queries" violates not-null constraint +ERROR: null value in column "error" violates not-null constraint DETAIL: Failing row contains (query2, null, type1, f, null, null, null, null, VALUES ('R4', 'Result number 4', NULL) , ('R5', ..., No comment). diff -ru test/disable_search_path/expected/00570_e_isok_queries_type_null.out test/disable_search_path/results/00570_e_isok_queries_type_null.out --- test/disable_search_path/expected/00570_e_isok_queries_type_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00570_e_isok_queries_type_null.out 2025-05-29 15:22:28.216732539 -0500 @@ -14,6 +14,6 @@ , ('R6', 'Result number 6', NULL);$$ , 'No comment' ); -ERROR: null value in column "type" of relation "isok_queries" violates not-null constraint +ERROR: null value in column "type" violates not-null constraint DETAIL: Failing row contains (query2, f, null, f, null, null, null, null, VALUES ('R4', 'Result number 4', NULL) , ('R5', ..., No comment). diff -ru test/disable_search_path/expected/00580_e_isok_queries_keep_null.out test/disable_search_path/results/00580_e_isok_queries_keep_null.out --- test/disable_search_path/expected/00580_e_isok_queries_keep_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00580_e_isok_queries_keep_null.out 2025-05-29 15:22:28.256732535 -0500 @@ -14,6 +14,6 @@ , ('R6', 'Result number 6', NULL);$$ , 'No comment' ); -ERROR: null value in column "keep" of relation "isok_queries" violates not-null constraint +ERROR: null value in column "keep" violates not-null constraint DETAIL: Failing row contains (query2, f, type1, null, null, null, null, null, VALUES ('R4', 'Result number 4', NULL) , ('R5', ..., No comment). diff -ru test/disable_search_path/expected/00590_e_isok_queries_comment_null.out test/disable_search_path/results/00590_e_isok_queries_comment_null.out --- test/disable_search_path/expected/00590_e_isok_queries_comment_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00590_e_isok_queries_comment_null.out 2025-05-29 15:22:28.296732533 -0500 @@ -14,6 +14,6 @@ , ('R6', 'Result number 6', NULL);$$ , NULL ); -ERROR: null value in column "comment" of relation "isok_queries" violates not-null constraint +ERROR: null value in column "comment" violates not-null constraint DETAIL: Failing row contains (query2, f, type1, f, null, null, null, null, VALUES ('R4', 'Result number 4', NULL) , ('R5', ..., null). diff -ru test/disable_search_path/expected/00810_e_isok_results_irid_null.out test/disable_search_path/results/00810_e_isok_results_irid_null.out --- test/disable_search_path/expected/00810_e_isok_results_irid_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00810_e_isok_results_irid_null.out 2025-05-29 15:22:28.620732512 -0500 @@ -18,5 +18,5 @@ , 'Informative message' , NULL , ''); -ERROR: null value in column "irid" of relation "isok_results" violates not-null constraint +ERROR: null value in column "irid" violates not-null constraint DETAIL: Failing row contains (null, query1, Mon Jan 01 00:00:00 1900, Mon Jan 01 00:00:00 1900, somerole, {schema1,schema2}, null, null, rtype1, null, testresult2, Informative message, null, ). diff -ru test/disable_search_path/expected/00840_e_isok_results_first_seen_null.out test/disable_search_path/results/00840_e_isok_results_first_seen_null.out --- test/disable_search_path/expected/00840_e_isok_results_first_seen_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00840_e_isok_results_first_seen_null.out 2025-05-29 15:22:28.736732506 -0500 @@ -17,5 +17,5 @@ , 'Informative message' , NULL , ''); -ERROR: null value in column "first_seen" of relation "isok_results" violates not-null constraint +ERROR: null value in column "first_seen" violates not-null constraint DETAIL: Failing row contains (3, query1, null, Mon Jan 01 00:00:00 1900, somerole, {schema1,schema2}, null, null, rtype1, null, testresult2, Informative message, null, ). diff -ru test/disable_search_path/expected/00850_e_isok_results_last_seen_null.out test/disable_search_path/results/00850_e_isok_results_last_seen_null.out --- test/disable_search_path/expected/00850_e_isok_results_last_seen_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00850_e_isok_results_last_seen_null.out 2025-05-29 15:22:28.780732503 -0500 @@ -17,5 +17,5 @@ , 'Informative message' , NULL , ''); -ERROR: null value in column "last_seen" of relation "isok_results" violates not-null constraint +ERROR: null value in column "last_seen" violates not-null constraint DETAIL: Failing row contains (4, query1, Mon Jan 01 00:00:00 1900, null, somerole, {schema1,schema2}, null, null, rtype1, null, testresult2, Informative message, null, ). diff -ru test/disable_search_path/expected/00860_e_isok_results_last_role_null.out test/disable_search_path/results/00860_e_isok_results_last_role_null.out --- test/disable_search_path/expected/00860_e_isok_results_last_role_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00860_e_isok_results_last_role_null.out 2025-05-29 15:22:28.820732501 -0500 @@ -17,5 +17,5 @@ , 'Informative message' , NULL , ''); -ERROR: null value in column "last_role" of relation "isok_results" violates not-null constraint +ERROR: null value in column "last_role" violates not-null constraint DETAIL: Failing row contains (5, query1, Mon Jan 01 00:00:00 1900, Mon Jan 01 00:00:00 1900, null, {schema1,schema2}, null, null, rtype1, null, testresult2, Informative message, null, ). diff -ru test/disable_search_path/expected/00870_e_isok_results_last_schemas_null.out test/disable_search_path/results/00870_e_isok_results_last_schemas_null.out --- test/disable_search_path/expected/00870_e_isok_results_last_schemas_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00870_e_isok_results_last_schemas_null.out 2025-05-29 15:22:28.860732497 -0500 @@ -17,5 +17,5 @@ , 'Informative message' , NULL , ''); -ERROR: null value in column "last_schemas" of relation "isok_results" violates not-null constraint +ERROR: null value in column "last_schemas" violates not-null constraint DETAIL: Failing row contains (6, query1, Mon Jan 01 00:00:00 1900, Mon Jan 01 00:00:00 1900, somerole, null, null, null, rtype1, null, testresult2, Informative message, null, ). diff -ru test/disable_search_path/expected/00890_e_isok_results_qr_id_null.out test/disable_search_path/results/00890_e_isok_results_qr_id_null.out --- test/disable_search_path/expected/00890_e_isok_results_qr_id_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00890_e_isok_results_qr_id_null.out 2025-05-29 15:22:28.940732492 -0500 @@ -17,5 +17,5 @@ , 'Informative message' , NULL , ''); -ERROR: null value in column "qr_id" of relation "isok_results" violates not-null constraint +ERROR: null value in column "qr_id" violates not-null constraint DETAIL: Failing row contains (8, query1, Mon Jan 01 00:00:00 1900, Mon Jan 01 00:00:00 1900, somerole, {schema1,schema2}, null, null, rtype1, null, null, Informative message, null, ). diff -ru test/disable_search_path/expected/00920_e_isok_results_qr_message_null.out test/disable_search_path/results/00920_e_isok_results_qr_message_null.out --- test/disable_search_path/expected/00920_e_isok_results_qr_message_null.out 2025-05-29 15:22:24.828732752 -0500 +++ test/disable_search_path/results/00920_e_isok_results_qr_message_null.out 2025-05-29 15:22:29.052732485 -0500 @@ -17,5 +17,5 @@ , NULL , NULL , ''); -ERROR: null value in column "qr_message" of relation "isok_results" violates not-null constraint +ERROR: null value in column "qr_message" violates not-null constraint DETAIL: Failing row contains (11, query1, Mon Jan 01 00:00:00 1900, Mon Jan 01 00:00:00 1900, somerole, {schema1,schema2}, null, null, rtype1, null, testresult2, null, null, ). Only in test/disable_search_path/results/: 02055_n_run_resolved_search_path.out Only in test/disable_search_path/results/: 02110_n_run_isok_queries_search_path.out Only in test/disable_search_path/results/: 02130_n_run_isok_queries_last_schemas.out