8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
asfernandes 2006-10-07 17:06:59 +00:00
parent da7f8a8a9e
commit 7c100231a9

View File

@ -1782,7 +1782,7 @@ dsql_nod* MAKE_field(dsql_ctx* context, dsql_fld* field, dsql_nod* indices)
node->nod_desc.dsc_flags = DSC_nullable;
}
// check if the field is a system domain and and the type is CHAR/VARCHAR CHARACTER SET UNICODE_FSS
// check if the field is a system domain and the type is CHAR/VARCHAR CHARACTER SET UNICODE_FSS
if ((field->fld_flags & FLD_system) &&
node->nod_desc.dsc_dtype <= dtype_varying &&
INTL_GET_CHARSET(&node->nod_desc) == CS_METADATA)