DuckDB 1.1.0
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
- Using setup cpp for env build up by @TinyTinni in #23
- reduce cmake code by @TinyTinni in #24
- Update CPM to 0.40.1 by @TinyTinni in #25
- Build all targets by @TinyTinni in #26
- refactor: do not set cmake path by @TinyTinni in #27
- Download cpm instead of checking it in by @TinyTinni in #28
- chore: using ccache from setup-cpp by @TinyTinni in #29
- Update DuckDB to 1.1.0 by @TinyTinni in #30
Full Changelog: v0.2.1_1.0.0...v0.2.1_1.1.0