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

Make input parameters of EXECUTE BLOCK statement nullable

This commit is contained in:
hvlad 2006-03-29 09:41:48 +00:00
parent 676e636e87
commit 5f105d2154

View File

@ -748,6 +748,8 @@ dsql_nod* PASS1_node(dsql_req* request, dsql_nod* input, bool proc_flag)
DEV_BLKCHK(field, dsql_type_fld);
DEV_BLKCHK(temp, dsql_type_nod);
field->fld_flags |= FLD_nullable;
MAKE_desc_from_field(&(desc_node->nod_desc), field);
set_parameter_type(request, temp, desc_node.get(), false);
} // end scope