You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux prebuilt binaries are now genuinely self-contained. The 0.2.0 Linux .so failed to load on a clean host (undefined symbol: _ZTVN10__cxxabiv120__function_type_infoE) because the bundled DuckDB C++ runtime was never statically linked — the gcc C-driver link ignored the g++-only -static-libstdc++ flag. The build now links the static libstdc++/libgcc_eh explicitly. macOS and Windows binaries were unaffected. 0.2.0's broken Linux assets were removed, so installs pinned to 0.2.0 fall back to a source build on Linux.