If we create a function in postgresql with an array type the function is created successfully. When we attempt to use the edit in function editor gui, the compile returns : [Function with this signature does not exist.]
Below is DDL example:
|
225 KB
Code changes made so that the editor can correct compile functions with parameters of arraytype. We currently do not support the execution of this type of function nor do we correctly support execute bind of this type of function. I will file a new issue for this.
Committed revision: 53000
Verified in ADS-17.0.11-8 and ADS-18.0.0.Preview-56 . Refer updated screenshot 'Updated_14992.png'
Verified in ADS-17.0.11-8 and ADS-18.0.0.Preview-56 . Refer updated screenshot 'Updated_14992.png'
Issue #14992 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.11-8 |
No time estimate |
1 issue link |
relates to #14996
Issue #14996PostgreSQL -> Function with array param fails to execute bind or execute in editor |
Code changes made so that the editor can correct compile functions with parameters of arraytype. We currently do not support the execution of this type of function nor do we correctly support execute bind of this type of function. I will file a new issue for this.
Committed revision: 53000