[h2] Re: Missing LOB issue

2013-06-07 Thread Noel Grandin
> > > We've fixed a number of bugs around LOB handling in the last couple of months so updating to the latest version might be worth your while. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving ema

Re: [h2] Re: Missing LOB issue

2013-06-07 Thread Mark Addleman
Hi, Thomas - We are confronting a similar (possibly entirely different) issue described in https://groups.google.com/d/msg/h2-database/awQR6dY5ZPY/74wcsGAWsCcJ We have a workaround now and I have hopes that MVStore will completely eliminate these two problems. I'm not familiar with H2 interna

Re: [h2] Re: Missing LOB issue

2013-06-07 Thread Thomas Mueller
Hi, > Has there been any update on the missing lob problem in the interim? I don't think so, sorry. But you should test with the latest version; 1.3.167 is relatively old already. Also, (as written earlier already) a simple, reproducible test case would be great... ;-) Regards, Thomas On Fri,

[h2] Re: Missing LOB issue

2013-05-31 Thread Karlos TheJackal
I am working on the same code that Eoin previously worked on. The fix for breaking up the select query is still in the code, but recently we have started getting the error again. The "DB closed" errors persist until the process is restarted unfortunately. Has there been any update on the missi

[h2] Re: Missing LOB issue

2013-05-31 Thread Thomas Mueller
Hi, I can't say much about the problem itself (yet). But it's good that you can switch databases (Oracle, HSQLDB, H2,...), and are not stuck with one storage backend. Regards, Thomas On Thu, May 30, 2013 at 1:34 PM, Noel Grandin wrote: > > On 2013-05-30 12:58, Jason Pell wrote: > >> >> The