feat: add return type to pssql funcs

This commit is contained in:
Nybkox
2024-12-05 15:31:50 +01:00
parent 7f639361b8
commit ae19d14951
2 changed files with 4 additions and 1 deletions

View File

@@ -346,6 +346,7 @@ class Analyser extends DatabaseAnalyser {
schemaName: func.schema_name,
contentHash: func.hash_code,
parameters: functionNameToParameters[`${func.schema_name}.${func.pure_name}`],
returnType: func.data_type,
})),
};