Hi, I'm currently writing a add-on on RSyntaxText Area in order to underline in red syntax error in sql window, and also to autocomplete sql. In order to do that I was thinking about using H2 explain statements, catch exception and parse it. Parse String message is really crap, then I think about patch h2 in order to store additional information about the syntax error, like the exception class done by Akiban Parser: http://akiban.github.io/sql-parser/javadoc/com/akiban/sql/parser/ParseException.html
I work on this patch in a separate branch from trunk of H2. More information the August 19. Regards, -Nicolas Fortin Atelier SIG IRSTV FR CNRS 2488 -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
