Skip to content

Commit

Permalink
Fixed bug CORE-5776 : "Input parameter mismatch" error after altering…
Browse files Browse the repository at this point in the history
… external function into PSQL function
  • Loading branch information
hvlad committed Mar 15, 2018
1 parent 40eb153 commit cc2b19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dsql/DdlNodes.epp
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,7 @@ bool CreateAlterFunctionNode::executeAlter(thread_db* tdbb, DsqlCompilerScratch*

FUN.RDB$DETERMINISTIC_FLAG.NULL = FALSE;
FUN.RDB$DETERMINISTIC_FLAG = deterministic ? TRUE : FALSE;
FUN.RDB$RETURN_ARGUMENT = 0;

if (ssDefiner.specified)
{
Expand Down

0 comments on commit cc2b19e

Please sign in to comment.