1. Case items are evaluated from top to bottom, matching normal case. [Alsop, Thomas R] This makes sense. 2. When a case item expression matches, no further case item expressions for that case item are evaluated. This is for efficiency. [Alsop, Thomas R] You may also want to add the order of evaluation. Right to left or top to bottom in the case where the comma separated list is split across multiple lines. 3. After a second case item matches (a uniqueness violation), no further case item expressions are evaluated. This is for efficiency. [Alsop, Thomas R] Again, makes sense, as long as 1. above is in the proposal too. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Fri Nov 16 17:12:47 2007
This archive was generated by hypermail 2.1.8 : Fri Nov 16 2007 - 19:16:48 PST