-
Roy Lyseng authored
The problem occurs because we try to check the data type of argument 0, when the function takes no arguments. Argument count is only checked during execution, not during resolving. Fixed by moving argument count check to resolving. Reviewed by: Catalin Besleaga <catalin.besleaga@oracle.com>
Roy Lyseng authoredThe problem occurs because we try to check the data type of argument 0, when the function takes no arguments. Argument count is only checked during execution, not during resolving. Fixed by moving argument count check to resolving. Reviewed by: Catalin Besleaga <catalin.besleaga@oracle.com>
Loading