8
0
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:
dimitr 2013-06-15 05:57:48 +00:00
parent 4118cd514a
commit ae68898f20

View File

@ -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];