antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.15k stars 119 forks source link

Bump DuckDB version to 0.10.2 #266

Open gschivley opened 4 months ago

gschivley commented 4 months ago

With version 0.10 the native DuckDB storage format is stable and will be backwards compatible. The current version of Tad can't open a database I created with this version, but it looks like updating duckdb-async to 0.10.2 should work. I tried the version change/build locally and it seemed to work.

rgoubet commented 4 months ago

+1

It would be a good idea to make it possible to easily upgrade DuckDB within an Tad Viewer install, just like one would replace sqlite3.dll.