mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Fixed the bug reported by Jim.
This commit is contained in:
parent
f6f3dc34e4
commit
8120b697fc
@ -1309,8 +1309,9 @@ bool EVL_field(jrd_rel* relation, Record* record, USHORT id, dsc* desc)
|
||||
}
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
desc->dsc_dtype = dtype_text;
|
||||
desc->dsc_length = 1;
|
||||
desc->dsc_sub_type = 0;
|
||||
@ -1319,19 +1320,6 @@ bool EVL_field(jrd_rel* relation, Record* record, USHORT id, dsc* desc)
|
||||
desc->dsc_address = (UCHAR *) " ";
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
desc->dsc_dtype = dtype_text;
|
||||
desc->dsc_length = 1;
|
||||
desc->dsc_sub_type = 0;
|
||||
desc->dsc_scale = 0;
|
||||
desc->dsc_ttype() = ttype_ascii;
|
||||
desc->dsc_address = (UCHAR *) " ";
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/* If the offset of the field is 0, the field can't possible exist */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user