Noel Grandin
Noel Grandin
> Interesting - saving looks like we are not doing background saves which is unexpected and problematic. I _expect_ that some new thread is being used there that stops us...
I am guessing that is the query cache at work. We should clear that after doing DDL
@isanghaessi glad to hear it. There is no need for it to be assigned. Just send a license statement to the mailing list group, and submit a PR with your...
http://h2database.com/html/functions.html#csvread wrong URL format
file:///c:/temp/example.csv
Good work! FilePath and friends is not expecting to handle anything approaching the file URL syntax, it only expects to handle the limited subset we can specify in the H2...
Yeah, we're sorry, but we're not that keen on providing full compatilibity with quirks when running in those other modes. It's more of a "as long as it doesnt disturb...
The EXPLAIN ANALYZE command is what you want to be looking at, to see what query plan H2 has generated
Your database is corrupt. You will need to recover it from backups.
If you can build a standalone test case (i.e. just Java, no depencies), we can probably have a bash at fixing it