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 1
1
begin;
2
2
-- Set up test tables with different primary key configurations
3
-
4
3
-- Table with single column integer primary key
5
4
create table person(
6
5
id int primary key,
@@ -266,7 +265,7 @@ begin;
266
265
...PersonFields
267
266
}
268
267
}
269
-
268
+
270
269
fragment PersonFields on Person {
271
270
id
272
271
name
@@ -312,4 +311,4 @@ begin;
312
311
}
313
312
(1 row)
314
313
315
- rollback;
314
+ rollback;
Original file line number Diff line number Diff line change 1
1
begin ;
2
2
-- Set up test tables with different primary key configurations
3
-
3
+
4
4
-- Table with single column integer primary key
5
5
create table person (
6
6
id int primary key ,
@@ -171,7 +171,7 @@ begin;
171
171
...PersonFields
172
172
}
173
173
}
174
-
174
+
175
175
fragment PersonFields on Person {
176
176
id
177
177
name
@@ -193,4 +193,4 @@ begin;
193
193
$$)
194
194
);
195
195
196
- rollback ;
196
+ rollback ;
You can’t perform that action at this time.
0 commit comments