Max Gabrielsson
Max Gabrielsson
Hi! Thanks for filing this issue. What version if DuckDB are you running?
I cannot seem to reproduce this. Running the exact same script you provided works for me, both on DuckDB 0.9.2 and the latest dev. Im on macOS, but I don't...
Right, my bad, I copy-pasted wrong from my terminal so my example was faulty. I've edited it above. Either way, Im running an in-memory database too. I can try to...
Hi! Thanks for filing this issue! If I recall correctly I disabled it due to difficulties with projection pushdown as the column order changes whether or not it's present. AFAIK...
Hi! Thanks for filing this issue, and for digging into what causes it! This sounds like something we want to fix for sure, ideally DuckDB spatial should be completely self...
I just wrote up an explanation of st_transform, projection handling and axis ordering: https://github.com/duckdb/duckdb_spatial/issues/16#issuecomment-2327011935
Hi! Thanks for reporting this issue, and sorry that I haven't gotten to it earlier. The csv export/import has been implemented in #172, but not parquet. Ill leave this issue...
Hi! Thanks for filing this issue! Unfortunately since this is related to the underlying GDAL driver I'm probably not going to prioritize fixing this. Feel free to leave the issue...
Hello! Im not really planning to fix this anytime soon as Im working on adding excel import/export to DuckDB's [excel extension](https://github.com/Maxxen/duckdb_excel) at which point I'll most likely remove it from...
Hello! As of DuckDB 1.2.0 the duckdb [excel extension](https://duckdb.org/docs/extensions/excel.html#reading-xlsx-files) provides support for reading and writing xlsx files with greater efficiency and many more options. Therefore we're going to deprecate this...