I have seen at least one other topic in reference to JDBC 4.0, but that did not answer my question.
In Hibernate I have need to call DatabaseMetaData#getSchema(String,String) which was a method added in JDBC 4.0 (Java 6). However, that leads to an AbstractMethod exception for me: java.lang.AbstractMethodError: org.h2.jdbc.JdbcDatabaseMetaData.getSchemas(Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; I am currently using H2 version 1.2.145. I had previously tried upgrading to 1.4.186 but ran into a lot of problems with MVCC support and had not yet had time to investigate that. So my question is, what is the first release of H2 that supports JDBC 4.0? -- 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.
