We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8c753 commit c22c830Copy full SHA for c22c830
src/server/templates/typescript.ts
@@ -108,7 +108,6 @@ export const apply = async ({
108
// OR if the function takes a table row but doesn't qualify as embedded (for error reporting)
109
(inArgs[0].table_name && !func.return_table_name)))
110
) {
111
- func.args.sort((a, b) => a.name.localeCompare(b.name))
112
introspectionBySchema[func.schema].functions.push({ fn: func, inArgs })
113
}
114
0 commit comments