l be in the next release.
> Please test with the nightly build to confirm.
>
> On 2013-05-13 10:29, Flo Schwarz wrote:
> > Hi,
> >
> > we are using EclipseLink 2.4.1 as ORM layer and H2 1.3.170 as database.
> >
> > When we tried to update to the latest H
Hi,
we are using EclipseLink 2.4.1 as ORM layer and H2 1.3.170 as database.
When we tried to update to the latest H2 version 1.3.171, we got a couple
of failing unit tests.
This is the query that is executed by one of our tests:
SELECT DISTINCT t1.ID AS a1, ...
FROM CATEGORYEJB t0, TERMEJB_CAT
Hi,
I tried to update our application from 1.128 to newest h2 version.
Although I placed the h2mig_pagestore_addon.jar in the classpath the
migration did not start and I got a "Unsupported database file
version or invalid file header in file" error.
I stepped through the source code and found th