Re: [h2] SQL Error [50000] [HY000]: General error: "java.lang.NullPointerException"; SQL statement:

2014-04-27 Thread vinay saharan
On Saturday, April 26, 2014 3:47:50 AM UTC-12, Noel Grandin wrote: > > Sorry, that doesn't give us enough information. Is there a way to make > this DBeaver tool display the full stack trace? > It looks like it is based on Eclipse, and Eclipse has an Error Log Viewer, > so you might be able to

Re: [h2] SQL Error [50000] [HY000]: General error: "java.lang.NullPointerException"; SQL statement:

2014-04-27 Thread vinay saharan
i didnt found stack trace inside .trace.db file On Saturday, April 26, 2014 6:42:57 AM UTC-12, Thomas Mueller wrote: > > Hi, > > Maybe the stack trace is in the .trace.db file? > > Regards, > Thomas > > > > On Sat, Apr 26, 2014 at 5:47 PM, Noel Grandin > > wrote: > >> Sorry, that doesn't give us

[h2] data not showing on filter

2014-04-27 Thread vinay saharan
in my database it is clearly showing data with yearid=64 but when i run query select * from cases where caseid=64 it shows 0 rows

[h2] data not showing on filter

2014-04-27 Thread vinay saharan
its clearly shows data with yearid=64 is present inside table but when i run query 'select * from cases where yearid=64 ' it shows 0 rows (even with yearid=63)

Re: [h2] Why not implements serializable about MVMap

2014-04-27 Thread Thomas Mueller
Hi, We would need a simple, reproducible test case. Regards, Thomas On Friday, April 25, 2014, Carl Desautels wrote: > Hi, > > Thank you so much for you time in this community. > > >> The restore tool does not support database URLs and options. It should > be: > > Restore.execute("D:\\h2\tes

Re: [h2] Any troubleshooting tips for an H2 Pluggable File System?

2014-04-27 Thread Thomas Mueller
Hi, There is a special test for file systems, it's probably easier and more reliable to test a new file system implementation that way instead of using the database engine to test it. The test class is "org.h2.test.unit.TestFileSystem". Registering a file system is usually done using a static "re

Re: [h2] Re: Optional DataSourceFactory (was Re: Bad OSGi Import-Package directives in 1.4.177)

2014-04-27 Thread Anders Engström
Hi again! Sorry for the delay. I've created a new patch where I'm using the loadUserClass instead. Please have a look at it :) Best regards //Anders On Friday, April 25, 2014 3:56:42 PM UTC+2, Anders Engström wrote: > > Howdy! > > On Friday, April 25, 2014 3:38:27 PM UTC+2, Thomas Mueller wrot