>
> 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).
>

I ended up getting 1.4.186 to work.  I still have intermittent issues 
getting H2 to be able to properly compile stored procedures I pass it. 
 That was something I reported to you along time ago on this list.  But I 
get those intermittent issues in 1.3 as well as 1.4...  
 

> ran into a lot of problems with MVCC support
>
> How could we reproduce this ourselves?
>
 
It is actually a known "limitation".  I saw an issue about it.  You do not 
support a combo of MVCC and queries with joins + for update.

-- 
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.

Reply via email to