mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Fixed problems with recursive PSQL functions. Minor refactoring.
This commit is contained in:
parent
d9975031b9
commit
4d66b4e1ac
@ -4261,8 +4261,7 @@ DmlNode* UdfCallNode::parse(thread_db* tdbb, MemoryPool& pool, CompilerScratch*
|
||||
|
||||
if (node->function)
|
||||
{
|
||||
if (!node->function->isUndefined() && !node->function->fun_entrypoint &&
|
||||
!node->function->fun_external && !node->function->getStatement())
|
||||
if (!node->function->isUndefined() && !node->function->isImplemented())
|
||||
{
|
||||
if (tdbb->getAttachment()->att_flags & ATT_gbak_attachment)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user