File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11begin;
22 -- Set up test tables with different primary key configurations
3-
43 -- Table with single column integer primary key
54 create table person(
65 id int primary key,
@@ -266,7 +265,7 @@ begin;
266265 ...PersonFields
267266 }
268267 }
269-
268+
270269 fragment PersonFields on Person {
271270 id
272271 name
@@ -312,4 +311,4 @@ begin;
312311 }
313312(1 row)
314313
315- rollback;
314+ rollback;
Original file line number Diff line number Diff line change 11begin ;
22 -- Set up test tables with different primary key configurations
3-
3+
44 -- Table with single column integer primary key
55 create table person (
66 id int primary key ,
@@ -171,7 +171,7 @@ begin;
171171 ...PersonFields
172172 }
173173 }
174-
174+
175175 fragment PersonFields on Person {
176176 id
177177 name
@@ -193,4 +193,4 @@ begin;
193193 $$)
194194 );
195195
196- rollback ;
196+ rollback ;
You can’t perform that action at this time.
0 commit comments