Foreign Key null sur la cardinalité ( 1,1 )

Bug #319635 reported by Bruno Dabo
2
Affects Status Importance Assigned to Milestone
AnalyseSI
Status tracked in Trunk
2.0
Invalid
Undecided
Unassigned
Trunk
Fix Released
Low
Bruno Dabo

Bug Description

Lors de la génération du script SQL, la foreign key peut être nulle alors que la cardinalité posée est 1,1 - voir image jointe
A ( 0,n ) === ( 1,1 ) B : doit générer le script CREATE TABLE B ( ... cle_A int not null ) ;
A ( 0,n ) === ( 0,1 ) B : doit générer le script CREATE TABLE B ( ... cle_A int null ) ;

Revision history for this message
Bruno Dabo (bruno.dabo) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.