Hi Jacob,
On 18 Dec 2008, at 18:43, Jacob Coby wrote:
I don't know why, but the SQL bundle wouldn't highlight "JOIN" as a keyword. It seems to have all of the other variants.
A standalone JOIN without any modifiers, such as a LEFT or RIGHT JOIN, does not seen to be in the ANSI SQL specification. The SQL bundle grammar is written to (attempt to) conform to ANSI SQL, rather than having a grammar for each implementation. Of course, if you can cite a source which says otherwise then I will apply the patch.
Ciarán