Skip to content

DuckDB 1.1.0

Compare
Choose a tag to compare
@TinyTinni TinyTinni released this 09 Sep 17:12
· 11 commits to main since this release
3de65a7

Further updates can also be generated from the Github actions.

Attached to the release are pre-build binaries for Windows x64.

Install Note:
Just place the QtDuckDBDriverPlugin.dll into your plugin/sqldrivers directory of your Qt application (where your sqlite/odbc driver tec are.

If you want to use the underlining DuckDB from the driver, you can use the header files provided in the include directory.

Build Information:

compiled by MSVC 2022, so make sure you have the c++ runtime installed. They are probably already installed under the name "Microsoft Visual C++ 2015-2022 Redistributable (x64)". If not, have a look in the [MS documentation](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). Quicklink for [x64](https://aka.ms/vs/17/release/vc_redist.x64.exe)
build against Qt 6.7.2 (Qt6)
build against Qt 5.15.2 (Qt5)
build against DuckDB 1.1.0

What's Changed

Full Changelog: v0.2.1_1.0.0...v0.2.1_1.1.0