Releases: TinyTinni/QtDuckDBDriver
DuckDB 1.1.3
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. Quicklink for x64
- build against Qt 6.7.2 (Qt6)
- build against Qt 5.15.2 (Qt5)
- build against DuckDB 1.1.3
What's Changed
- enable warning as error in pipeline by @TinyTinni in #34
Full Changelog: v0.2.1_1.1.2...v0.2.1_1.1.3
DuckDB 1.1.2
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. Quicklink for x64
- build against Qt 6.7.2 (Qt6)
- build against Qt 5.15.2 (Qt5)
- build against DuckDB 1.1.2
What's Changed
- Update DuckDB to 1.1.2 by @TinyTinni in #33
Full Changelog: v0.2.1_1.1.1...v0.2.1_1.1.2
DuckDB 1.1.1
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.1
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
DuckDB 1.0.0 (b)
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.0.0
What's Changed
- Update Qt to 6.7.1 by @TinyTinni in #18
- Update Qt to 6.7.2 by @TinyTinni in #19
- Adds Qt5 support by @TinyTinni in #20
- Fixes query size computation by disabling it by @TinyTinni in #22
- Add auto completion example by @TinyTinni in #21
Full Changelog: v0.2.0_1.0.0...v0.2.1_1.0.0
DuckDB 1.0.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.0
build against DuckDB 1.0.0
What's Changed
- update duckdb to 1.0 by @TinyTinni in #17
Full Changelog: v0.1.0_0.10.2...v0.2.0_1.0.0
DuckDB 0.10.3
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.0
build against DuckDB 0.10.3
What's Changed
- Removes sqlite3 translation layer by @TinyTinni in #15
- Update DuckDB to 0.10.3 by @TinyTinni in #16
Full Changelog: v0.1.0_0.10.2...v0.2.0_0.10.3
DuckDB v0.10.2
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. Quicklink for x64
- build against Qt 6.7.0
- build against DuckDB 0.10.2
What's Changed
- Disables feature lastInsertedId by @TinyTinni in #13
- Update Qt to 6.7.0 by @TinyTinni in #12
- Update duckdb to 0.10.2 by @TinyTinni in #14
Full Changelog: v0.1.0_0.10.1...v0.1.0_0.10.2
DuckDB v0.10.1
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.6.1
build against DuckDB 0.10.1
What's Changed
- update duckdb to v0.10.1 by @TinyTinni in #11
Full Changelog: v0.1.0_0.10.0...v0.1.0_0.10.1
DuckDB 0.10.0
Updates DuckDB to 0.10.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. Quicklink for x64
- build against Qt 6.6.1
- build against DuckDB 0.10.0