Noel Grandin
Noel Grandin
We've had other people say that H2 has trouble with being stored on SMB shared disks, so this doesn't surprise me. In particular, if a host goes away, it might...
So, if you are right about the GC, then something somewhere is not closing the file handle properly. You could try turning on the tracing options - that might turn...
Sorry that all that effort did not find anything, but thanks for looking. Looking at this: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8205404 this might be a bug in the SMB implementation on Azure where it...
@mwisnicki feel free to submit a PR that implements your desired behaviour
2001 is DB2's UDT (User defined type) and H2 doesn't support those. Even if we did, I cannot see how we could support some other database's user-defined data type. The...
You are welcome to work up a PR to implement your ideas, but I am afraid the existing maintainers do not have an appetite for doing work on this kind...
I suspect our field resolution is not great when the query is inside the select. If you need a workaround, you could try putting it inside the FROM, which we...
materialised views are not ready for prime time yet, and the CONCURRENTLY keyword is not supported
The current CTE implementation in H2 is horrible. To fix it, we will need to (a) rip out the current one (include RECURSIVE WITH) (b) implement normal CTE decently (c)...
That is a little weird, getting an NPE there should not be possible https://github.com/h2database/h2database/blob/1ba3590b5d29581a14b018b966e5da0a8ff2994c/h2/src/main/org/h2/mvstore/FileStore.java#L388 that is a final field