With support for the pattern match operator there is no need for the LIKE operator is there?
If we're going to make this language as similar to SQL as possible, then we should support LIKE, because that's in SQL definition. Admittedly, it functions very similarly to the pattern match operator, however I would really love to have LIKE in there, maybe just for completeness, and I do think it 'reads' better for the the simple pattern matching use cases that Like supports. ("logger LIKE '%foo%'....")
Just my 5c AUD worth (~ 3c US).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
