Subject: | The multiplicity attiribute used in foreign key is not considered. |
ON DELETE CASCADE or other constraint are not generated with last
version of DIA.
The following patch solve the problem:
In file SQL.pm
at line 1039
} elsif ( $nodeAttrName =~ qr/^multip[l]?icity_a$/ ) { ### Spelling !!!
at line 1042
} elsif ( $nodeAttrName =~ qr/^multip[l]?icity_b$/ ) { ### Spelling !!!