Ila
Ila
I was not ready :laughing: still have to explain some stuff and review some other, but github does not let me comment unless I open a PR first. I also...
hey @Mause, thanks for your interest :) this PR was ready(ish) to be merged months ago but nobody gave me any feedback anymore, and time passed by, and there were...
same here, was developing my extension with a pre-existing database file and while it runs just fine in debug mode, it gives me this error in release. what I tried...
yes, the error was just this. ANYWAY - I think the problem was the WAL, probably the WAL file was still somehow attached to the previous database file (created in...
there's no database file - I am creating it from scratch by just passing it in the CLI. restarting the laptop didn't help either. changing path doesn't help either. it's...
Hi, I uploaded the whole log: https://raw.githubusercontent.com/cwida/DuckDB-SGX/main/benchmarks/strace_new.txt I tried grep'ing the relevant syscalls `getuid`, `setuid` but nothing interesting showed up (at least to my ignorant self) so I am not...
New update: it seems like Gramine breaks with queries without a LIMIT? Example: ``` def main(): con = duckdb.connect(database="tpch.duckdb", read_only=False) # lineitem is a view defined with SELECT * FROM...
Yes sorry for the delay, this issue was actually in my backlog and I was going to take a deeper look at it these days. I just checked and the...
that's weird, try `./benchmark_runner "benchmark/tpch/sf1/.*"` maybe? there could be some difference between macbook and linux. for me it works with quotes and without.