8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00

Fix problem of not-nullable blobs being not printed

This commit is contained in:
asfernandes 2006-08-02 12:50:23 +00:00
parent a01dd27b53
commit 6d2555a82b

View File

@ -6517,7 +6517,7 @@ static processing_state print_line(XSQLDA* sqlda,
for (int i = 0; i < varnum; i++) {
const XSQLVAR* var = varlist[i];
if (*var->sqlind == 0) {
if (!(var->sqltype & 1) || *var->sqlind == 0) {
// Print blob title
isqlGlob.printf(