Jelte Fennema-Nio
Jelte Fennema-Nio
Another one that is not working: 4 ❌ ```sql CREATE TABLE test ( vendor_id varchar, pickup_datetime varchar, dropoff_datetime varchar, passenger_count bigint, trip_distance float, pickup_longitude float, pickup_latitude float, rate_code text, store_and_fwd_flag...
@shah-nirmit Okay, I took a quick look at the `INSERT INTO ... SELECT`. I think there are three variants of that are interesting: ```sql create table t(a int, x text);...
@YuweiXiao sounds great. So yes, please open a PR if you have something.
> I think its possible , we would probably need a function that returns a RECORD type instead of a specific datatype , basically a resultsetreturningfunction.. , then it would...
@wasd171 you can help by reviewing/trying out #688
Since the EXPLAIN ANALYZE output contains timings, which afaict are not possible to turn off in duckdb, the output of EXPLAIN ANALYZE wouldn't be stable. So I think we should...
Yes, supporting multiple concurrent connections is definitely something we support. Because we currently don't support store any data in DuckDB, but only use its execution engine and read_csv/read_parquet functions. We...
Something is not really working correctly with this PR. It's still showing the regular diff view combined with the `delta` function header in many cases. This happens when I browse...
> Also, there is another bug/missing feature that hasn't been discussed yet -- line/hunk staging is broken when using delta as the highlighter. Hmm, yeah that's indeed broken for me...
I'm ~not~now starting to use this PR as my daily driver now (including @vxsl fix to remove `--word-diff`). The main problem I have noticed currently is that it only supports...