I am using 
    "com.h2database" % "h2" % "1.4.192", 
MySQL mode with JDBC driver: 
    jdbc:h2:mem:test;MODE=MYSQL;

I cannot find any information about the support for STRAIGHT_JOIN neither 
on the web nor in H2 docs. I am getting a SyntaxError both if I add it to a 
query after a SELECT, or if I replace a JOIN with it. 

Is this intended ? Even in case it makes no sense to H2's query optimizer, 
the term should be ignored and maybe output a warning instead of an error.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to