mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Fixed CORE-4117: Ignoring computed by field as Exception parameter.
This commit is contained in:
parent
4118cd514a
commit
ae68898f20
@ -4213,8 +4213,8 @@ jrd_nod* CMP_pass1(thread_db* tdbb, CompilerScratch* csb, jrd_nod* node)
|
||||
}
|
||||
|
||||
case nod_abort:
|
||||
CMP_pass1(tdbb, csb, node->nod_arg[e_xcp_msg]);
|
||||
break;
|
||||
node->nod_arg[e_xcp_msg] = CMP_pass1(tdbb, csb, node->nod_arg[e_xcp_msg]);
|
||||
return node;
|
||||
|
||||
case nod_not:
|
||||
sub = node->nod_arg[0];
|
||||
|
Loading…
Reference in New Issue
Block a user