mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Fixed CORE-1205.
This commit is contained in:
parent
c31868ff95
commit
24c402dd31
@ -3805,7 +3805,7 @@ void write_relations(void)
|
||||
{
|
||||
FOR (REQUEST_HANDLE req_handle5)
|
||||
R IN RDB$RELATIONS WITH R.RDB$RELATION_NAME = X.RDB$RELATION_NAME
|
||||
if (!X.RDB$RELATION_TYPE.NULL)
|
||||
if (!R.RDB$RELATION_TYPE.NULL)
|
||||
put_numeric (att_relation_type, R.RDB$RELATION_TYPE);
|
||||
END_FOR;
|
||||
ON_ERROR
|
||||
|
Loading…
Reference in New Issue
Block a user