Author: jwage Date: 2008-08-27 05:15:27 +0100 (Wed, 27 Aug 2008) New Revision: 4837
Modified: branches/1.0/docs/manual/de/relations.txt Log: fixes #1346 Modified: branches/1.0/docs/manual/de/relations.txt =================================================================== --- branches/1.0/docs/manual/de/relations.txt 2008-08-27 04:06:00 UTC (rev 4836) +++ branches/1.0/docs/manual/de/relations.txt 2008-08-27 04:15:27 UTC (rev 4837) @@ -896,6 +896,7 @@ or ON UPDATE clause. //SET DEFAULT// : +Set the value to the columns default value. Note: MySQL INNODB does not support SET DEFAULT ON UPDATE or ON DELETE. In the following example we define two classes, User and Phonenumber with their relation being one-to-many. We also add a foreign key constraint with onDelete cascade action. This means that everytime a users is being deleted its associated --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "doctrine-svn" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.co.uk/group/doctrine-svn?hl=en-GB -~----------~----~----~----~------~----~------~--~---
