mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:43:03 +01:00
Misc.
This commit is contained in:
parent
3ff0a522f5
commit
4972c03874
@ -242,7 +242,8 @@ bool CharSetContainer::lookupInternalCharSet(USHORT id, SubtypeInfo* info)
|
||||
info->charsetName = "UTF16";
|
||||
return true;
|
||||
}
|
||||
else if (id > ttype_last_internal)
|
||||
|
||||
if (id > ttype_last_internal)
|
||||
return false;
|
||||
|
||||
// ASF: This linear lookup appears slow, but it should be cached per database so should not
|
||||
|
Loading…
Reference in New Issue
Block a user