mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Misc
This commit is contained in:
parent
da7f8a8a9e
commit
7c100231a9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user