mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Correction
This commit is contained in:
parent
e909485307
commit
a0ec42d087
@ -7357,7 +7357,8 @@ processing_state ISQL_print_item_blob(FILE* fp,
|
||||
|
||||
const int blob_subtype = var->sqlsubtype;
|
||||
if (blob_subtype == isc_blob_text) {
|
||||
if (isqlGlob.major_ods < ODS_VERSION11 || isqlGlob.minor_ods == 0)
|
||||
if (isqlGlob.major_ods < ODS_VERSION11 ||
|
||||
(isqlGlob.major_ods == ODS_VERSION11 && isqlGlob.minor_ods == 0))
|
||||
{
|
||||
// Lookup the remaining descriptor information for the BLOB field,
|
||||
// most specifically we're interested in the Character Set so
|
||||
|
Loading…
Reference in New Issue
Block a user