Hi,

I would probably try version 1.3.176 (2014-04-05), which is marked as the
"last stable" version.

The method DatabaseMetaData#getSchema(String,String) is there since about
February 2011, but threw an exception back then ("unsupported"). In
February 2013 (revision 4659) the method was correctly implemented ("Fix
issue #438 JdbcDatabaseMetaData#getSchemas() no longer supported as of
1.3.169"). This was released in version 1.3.171 (2013-03-17).

> AbstractMethodError

Yes, with version 1.2.145 that's possible.

> ran into a lot of problems with MVCC support

How could we reproduce this ourselves?

Regards,
Thomas


On Mon, Apr 6, 2015 at 11:37 PM, steve.ebersole <steven.ebers...@gmail.com
<javascript:_e(%7B%7D,'cvml','steven.ebers...@gmail.com');>> wrote:

> 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 h2-database+unsubscr...@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','h2-database%2bunsubscr...@googlegroups.com');>
> .
> To post to this group, send email to h2-database@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','h2-database@googlegroups.com');>.
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to