mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Fixed CORE-2122 - Translation of large text BLOB between UNICODE_FSS (UTF8) and other charsets
This commit is contained in:
parent
2f8312e234
commit
99246d848c
@ -889,8 +889,8 @@ ISC_STATUS filter_transliterate_text(USHORT action, BlobControl* control)
|
||||
(We don't want to blindly keep topping off this buffer if we
|
||||
already have more than we can use) */
|
||||
|
||||
if (!length || can_use_more
|
||||
&& (aux->ctlaux_source_blob_status == isc_segment))
|
||||
///if (!length || (can_use_more && (aux->ctlaux_source_blob_status == isc_segment)))
|
||||
if (!length || can_use_more)
|
||||
{
|
||||
// Get a segment, or partial segment, from the source
|
||||
// into the temporary buffer
|
||||
|
Loading…
Reference in New Issue
Block a user