[EMAIL PROTECTED] wrote:
An fk key definition:
ALTER TABLE xtable
ADD CONSTRAINT cvbcbvc FOREIGN KEY (kod) REFERENCES ytable (kod) ON UPDATE DEFAULT ON DELETE SET NULL;

Here's the reason: it should read ON UPDATE SET DEFAULT, not just DEFAULT. Since the reverse engineered string was wrong, so was the dialog.


Fixed in CVS, thanks for reporting.

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to