When connecting to a Vertica db through the H2 console, the nav panel on
the left shows an error complaining about ORDINAL_POSITION.
The Vertica SQL engine is based on postgresql, so if the following change
is made, the console comes up fine:
In org.h2.bnf.context.DbContents change line 139 to this:
isPostgreSQL = url.startsWith("jdbc:postgresql:") ||
url.startsWith("jdbc:vertica:");
--
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/d/optout.