I submitted issue 398 about 3-4 days ago with a link to a trace file showing the issue. Have you had a chance to look at it yet?
Some background: this trace file encompasses the following events in our application: * Application startup, creates schema (via Hibernate), inserts some data. * Import operation of data from xml file. This results in most/all tables being cleared, then data imported. Every 50 or so actions (which I'd guess are inserts) we commit a transaction. Thanks! -Sandeep On Tuesday, May 8, 2012 11:43:21 PM UTC-7, Thomas Mueller wrote: > > Hi, > > Not for me, unfortunately. Running 1.3.166, embedded in my app > > > Could you check that the database file was created with version 1.3.166? > To do this, run the statement > > SELECT * FROM INFORMATION_SCHEMA.SETTINGS > WHERE NAME='CREATE_BUILD' > > The result should be 166. If it is, could you send me a reproducible test > case if that's possible? > > Regards, > Thomas > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/_sY4Yzl51agJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
