@@ -32,9 +32,11 @@ test('list', async () => {
32
32
"definition": "select $1 + $2;",
33
33
"id": Any<Number>,
34
34
"identity_argument_types": "integer, integer",
35
+ "is_set_returning_function": false,
35
36
"language": "sql",
36
37
"name": "add",
37
38
"return_type": "int4",
39
+ "return_type_relation_id": null,
38
40
"schema": "public",
39
41
"security_definer": false,
40
42
}
@@ -129,9 +131,11 @@ test('retrieve, create, update, delete', async () => {
129
131
"definition": "select a + b",
130
132
"id": Any<Number>,
131
133
"identity_argument_types": "a smallint, b smallint",
134
+ "is_set_returning_function": false,
132
135
"language": "sql",
133
136
"name": "test_func",
134
137
"return_type": "int4",
138
+ "return_type_relation_id": null,
135
139
"schema": "public",
136
140
"security_definer": true,
137
141
},
@@ -176,9 +180,11 @@ test('retrieve, create, update, delete', async () => {
176
180
"definition": "select a + b",
177
181
"id": Any<Number>,
178
182
"identity_argument_types": "a smallint, b smallint",
183
+ "is_set_returning_function": false,
179
184
"language": "sql",
180
185
"name": "test_func",
181
186
"return_type": "int4",
187
+ "return_type_relation_id": null,
182
188
"schema": "public",
183
189
"security_definer": true,
184
190
},
@@ -227,9 +233,11 @@ test('retrieve, create, update, delete', async () => {
227
233
"definition": "select b - a",
228
234
"id": Any<Number>,
229
235
"identity_argument_types": "a smallint, b smallint",
236
+ "is_set_returning_function": false,
230
237
"language": "sql",
231
238
"name": "test_func_renamed",
232
239
"return_type": "int4",
240
+ "return_type_relation_id": null,
233
241
"schema": "test_schema",
234
242
"security_definer": true,
235
243
},
@@ -274,9 +282,11 @@ test('retrieve, create, update, delete', async () => {
274
282
"definition": "select b - a",
275
283
"id": Any<Number>,
276
284
"identity_argument_types": "a smallint, b smallint",
285
+ "is_set_returning_function": false,
277
286
"language": "sql",
278
287
"name": "test_func_renamed",
279
288
"return_type": "int4",
289
+ "return_type_relation_id": null,
280
290
"schema": "test_schema",
281
291
"security_definer": true,
282
292
},
0 commit comments