-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-912245: DatabaseMetaData.getProcedureParameters and getFunctionParameters are failing #1510
Comments
@wise-coders Can you post a sample code rather than a screenshot so I can see what you are trying to do? |
This is for loading the schema structure in DbSchema, a database designer. it seems that built in function (is_buildin = ‚Y‘) could not use „desc function“ But the build-in functions are listed by SELECT GET_DDL ( 'SCHEMA', '<schema_name>', true) |
@wise-coders I am not sure I get it. For built-in functions you cannot use
|
We use select get_ddl only with the complete schema, and probably this does include the build in functions in the generated DDL. |
That is not true, as I have done a quick test. Let's say I use a specific database/schema of my own. If I do So, maybe you're using something else as well like |
Any other feedback @wise-coders otherwise I will close this issue. |
Calling this methods are slow or fails.
The text was updated successfully, but these errors were encountered: