Re: BUG
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: BUG
yoursoft(at)freemail(dot)hu 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
- References:
- BUG
- From: yoursoft(at)freemail(dot)hu
Home |
Main Index |
Thread Index