Skip to content

Commit cf094f4

Browse files
committed
Fix returning PG 14+
1 parent 573f0c4 commit cf094f4

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

expected/14.12/extra/returning.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,11 @@ INSERT INTO "type_STRING"(col) VALUES ('string_ocdn') ON CONFLICT DO NOTHING;
507507
QUERY PLAN
508508
-------------------------------------
509509
Insert on public."type_STRING"
510+
Batch Size: 1
510511
Conflict Resolution: NOTHING
511512
-> Result
512513
Output: 'string_ocdn'::text
513-
(4 rows)
514+
(5 rows)
514515

515516
--Testcase 142:
516517
DELETE FROM "type_STRING";

expected/15.7/extra/returning.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,11 @@ INSERT INTO "type_STRING"(col) VALUES ('string_ocdn') ON CONFLICT DO NOTHING;
507507
QUERY PLAN
508508
-------------------------------------
509509
Insert on public."type_STRING"
510+
Batch Size: 1
510511
Conflict Resolution: NOTHING
511512
-> Result
512513
Output: 'string_ocdn'::text
513-
(4 rows)
514+
(5 rows)
514515

515516
--Testcase 142:
516517
DELETE FROM "type_STRING";

expected/16.3/extra/returning.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,11 @@ INSERT INTO "type_STRING"(col) VALUES ('string_ocdn') ON CONFLICT DO NOTHING;
507507
QUERY PLAN
508508
-------------------------------------
509509
Insert on public."type_STRING"
510+
Batch Size: 1
510511
Conflict Resolution: NOTHING
511512
-> Result
512513
Output: 'string_ocdn'::text
513-
(4 rows)
514+
(5 rows)
514515

515516
--Testcase 142:
516517
DELETE FROM "type_STRING";

expected/17.0/extra/returning.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,11 @@ INSERT INTO "type_STRING"(col) VALUES ('string_ocdn') ON CONFLICT DO NOTHING;
507507
QUERY PLAN
508508
-------------------------------------
509509
Insert on public."type_STRING"
510+
Batch Size: 1
510511
Conflict Resolution: NOTHING
511512
-> Result
512513
Output: 'string_ocdn'::text
513-
(4 rows)
514+
(5 rows)
514515

515516
--Testcase 142:
516517
DELETE FROM "type_STRING";

0 commit comments

Comments
 (0)