mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Fixed bug CORE-5776 : "Input parameter mismatch" error after altering external function into PSQL function
This commit is contained in:
parent
40eb153afb
commit
cc2b19e3bf
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user