8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Fixed bug CORE-5776 : "Input parameter mismatch" error after altering external function into PSQL function

This commit is contained in:
hvlad 2018-03-15 11:32:15 +02:00
parent 40eb153afb
commit cc2b19e3bf

View File

@ -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)
{