mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Misc.
This commit is contained in:
parent
c916c09e42
commit
1be45eb531
@ -365,12 +365,7 @@ bool EVL_field(jrd_rel* relation, Record* record, USHORT id, dsc* desc)
|
|||||||
return format && !(*desc = format->fmt_defaults[id].vlu_desc).isUnknown();
|
return format && !(*desc = format->fmt_defaults[id].vlu_desc).isUnknown();
|
||||||
}
|
}
|
||||||
|
|
||||||
desc->dsc_dtype = dtype_text;
|
desc->makeText(1, ttype_ascii, (UCHAR*) " ");
|
||||||
desc->dsc_length = 1;
|
|
||||||
desc->dsc_sub_type = 0;
|
|
||||||
desc->dsc_scale = 0;
|
|
||||||
desc->dsc_ttype() = ttype_ascii;
|
|
||||||
desc->dsc_address = (UCHAR*) " ";
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user