mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:03:03 +01:00
Solve CORE-1009 so that Jiri can sleep at night.
:-)
This commit is contained in:
parent
47d77d7b92
commit
88a04e0441
@ -2336,7 +2336,8 @@ void put_relation( burp_rel* relation)
|
||||
if (relation->rel_flags & REL_view)
|
||||
{
|
||||
put_numeric(att_view_context, field->fld_view_context);
|
||||
PUT_TEXT(att_base_field, field->fld_base);
|
||||
if (field->fld_base[0])
|
||||
PUT_TEXT(att_base_field, field->fld_base);
|
||||
}
|
||||
if (field->fld_flags & FLD_computed)
|
||||
put_numeric(att_field_computed_flag, TRUE);
|
||||
|
Loading…
Reference in New Issue
Block a user