@@ -75,15 +75,15 @@ test('list set-returning function with single object limit', async () => {
7575 "definition": "
7676 SELECT * FROM public.users_audit WHERE user_id = user_row.id;
7777 ",
78- "id": 16506 ,
78+ "id": 16507 ,
7979 "identity_argument_types": "user_row users",
8080 "is_set_returning_function": true,
8181 "language": "sql",
8282 "name": "get_user_audit_setof_single_row",
8383 "prorows": 1,
8484 "return_type": "SETOF users_audit",
85- "return_type_id": 16418 ,
86- "return_type_relation_id": 16416 ,
85+ "return_type_id": 16419 ,
86+ "return_type_relation_id": 16417 ,
8787 "schema": "public",
8888 "security_definer": false,
8989 },
@@ -118,15 +118,15 @@ test('list set-returning function with multiples definitions', async () => {
118118 "definition": "
119119 SELECT * FROM public.todos WHERE "user-id" = user_row.id;
120120 ",
121- "id": 16509 ,
121+ "id": 16510 ,
122122 "identity_argument_types": "user_row users",
123123 "is_set_returning_function": true,
124124 "language": "sql",
125125 "name": "get_todos_setof_rows",
126126 "prorows": 1000,
127127 "return_type": "SETOF todos",
128- "return_type_id": 16404 ,
129- "return_type_relation_id": 16402 ,
128+ "return_type_id": 16405 ,
129+ "return_type_relation_id": 16403 ,
130130 "schema": "public",
131131 "security_definer": false,
132132 },
@@ -136,7 +136,7 @@ test('list set-returning function with multiples definitions', async () => {
136136 "has_default": false,
137137 "mode": "in",
138138 "name": "todo_row",
139- "type_id": 16404 ,
139+ "type_id": 16405 ,
140140 },
141141 ],
142142 "argument_types": "todo_row todos",
@@ -153,15 +153,15 @@ test('list set-returning function with multiples definitions', async () => {
153153 "definition": "
154154 SELECT * FROM public.todos WHERE "user-id" = todo_row."user-id";
155155 ",
156- "id": 16510 ,
156+ "id": 16511 ,
157157 "identity_argument_types": "todo_row todos",
158158 "is_set_returning_function": true,
159159 "language": "sql",
160160 "name": "get_todos_setof_rows",
161161 "prorows": 1000,
162162 "return_type": "SETOF todos",
163- "return_type_id": 16404 ,
164- "return_type_relation_id": 16402 ,
163+ "return_type_id": 16405 ,
164+ "return_type_relation_id": 16403 ,
165165 "schema": "public",
166166 "security_definer": false,
167167 },
0 commit comments