Skip to content
Commit 475fcb65 authored by gmantele's avatar gmantele
Browse files

[ADQL] Fix identification of UDFs using a list of function definitions.

Functions whose some parameters are another function were not correctly
identified: since the inner functions were not yet identified, their type
was UNKNOWN and so it makes the identification of the parent function
much easier since an UNKNOWN parameter is not checked. But, it was a
problem if the parameter occurs to be finally of the wrong type.
parent 09e81ed7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment