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

Missed piece for CORE-3491.

This commit is contained in:
asfernandes 2011-05-27 02:00:41 +00:00
parent d12b551207
commit 3cfc3120ad

View File

@ -1303,7 +1303,10 @@ dsql_prc* METD_get_procedure(CompiledStatement* statement, const dsql_str* name)
parameter->fld_seg_length = FLD.RDB$SEGMENT_LENGTH;
if (!PR.RDB$FIELD_NAME.NULL)
{
fb_utils::exact_name(PR.RDB$FIELD_NAME);
parameter->fld_type_of_name = PR.RDB$FIELD_NAME;
}
if (!PR.RDB$RELATION_NAME.NULL)
{