[h2] Re: dropping JAQU?

2014-03-22 Thread Lukas Eder
Am Freitag, 21. März 2014 03:18:26 UTC+1 schrieb Martin Grajcar: > > On Friday, November 30, 2012 1:49:57 PM UTC+1, Thomas Mueller wrote: > >> Hi, >> >> I think it's worth to revive it once Java 8 is available, using closures >> for conditions. So instead of: >> > > Now that Java 8 is out, is it

Re: [h2] Create LINKED TABLE performance issue

2014-03-22 Thread Thomas Mueller
Hi, > define a resultset-returning function Yes, that's a good solution. > Is there anyway to feed meta data manually to avoid "T WHERE 1=0" call? Just wondering, how expensive is this call for your case? It should be very fast, as it doesn't fetch any data ("WHERE 1=0" means no data is read, j

Re: [h2] OSGi Manifest for H2 snapshot

2014-03-22 Thread Thomas Mueller
Hi, I thought Maven uses "-SNAPSHOT", so I assumed OSGi does as well. Somebody told me "-" before the "SNAPSHOT" was a problem for Apache Felix but is now solved. Are you sure "-" is a problem? If yes, would it be better to use ".SNAPSHOT" everywhere? What about ".snapshot" (lowercase)? Regards,

Re: [h2] Re: Generic Error [50000-175] caused by NullPointerException

2014-03-22 Thread Thomas Mueller
Hi, To analyze such problems, usually one would look at the line of code that throws the exception: Caused by: java.lang.NullPointerException at com.auctorizium.database.server.TestTrigger.fire(TestTrigger.java:41) at org.h2.schema.TriggerObject.fireRow(TriggerObject.java:201) Regards, Thomas