@@ -32,9 +32,11 @@ test('list', async () => {
3232 "definition": "select $1 + $2;",
3333 "id": Any<Number>,
3434 "identity_argument_types": "integer, integer",
35+ "is_set_returning_function": false,
3536 "language": "sql",
3637 "name": "add",
3738 "return_type": "int4",
39+ "return_type_relation_id": null,
3840 "schema": "public",
3941 "security_definer": false,
4042 }
@@ -129,9 +131,11 @@ test('retrieve, create, update, delete', async () => {
129131 "definition": "select a + b",
130132 "id": Any<Number>,
131133 "identity_argument_types": "a smallint, b smallint",
134+ "is_set_returning_function": false,
132135 "language": "sql",
133136 "name": "test_func",
134137 "return_type": "int4",
138+ "return_type_relation_id": null,
135139 "schema": "public",
136140 "security_definer": true,
137141 },
@@ -176,9 +180,11 @@ test('retrieve, create, update, delete', async () => {
176180 "definition": "select a + b",
177181 "id": Any<Number>,
178182 "identity_argument_types": "a smallint, b smallint",
183+ "is_set_returning_function": false,
179184 "language": "sql",
180185 "name": "test_func",
181186 "return_type": "int4",
187+ "return_type_relation_id": null,
182188 "schema": "public",
183189 "security_definer": true,
184190 },
@@ -227,9 +233,11 @@ test('retrieve, create, update, delete', async () => {
227233 "definition": "select b - a",
228234 "id": Any<Number>,
229235 "identity_argument_types": "a smallint, b smallint",
236+ "is_set_returning_function": false,
230237 "language": "sql",
231238 "name": "test_func_renamed",
232239 "return_type": "int4",
240+ "return_type_relation_id": null,
233241 "schema": "test_schema",
234242 "security_definer": true,
235243 },
@@ -274,9 +282,11 @@ test('retrieve, create, update, delete', async () => {
274282 "definition": "select b - a",
275283 "id": Any<Number>,
276284 "identity_argument_types": "a smallint, b smallint",
285+ "is_set_returning_function": false,
277286 "language": "sql",
278287 "name": "test_func_renamed",
279288 "return_type": "int4",
289+ "return_type_relation_id": null,
280290 "schema": "test_schema",
281291 "security_definer": true,
282292 },
0 commit comments