'Mark Rotteveel' via firebird-devel wrote 09.11.2023 9:56:
> What do you mean with duplicate? They should both exist for a foreign key to be
> valid.
No, one can be missed without breaking metadata integrity.
A typical task: to find PK index for a FK constraint can be solved in two ways:
1) Constraint -> ref_constraint -> constraint -> index
2) Constraint -> index -> index.
My question is: can I rely on second way to work?
It will be broken if ever constraints without supporting index are
implemented but I'm asking only about current situation.
--
WBR, SD.