Tags: a-agmon/go-duckdb
Tags
Support immediate query cancellation (marcboeker#66) * support immediate query cancellation * comment * refactor statment, implement BeginTx, remove deprecated methods from conn * comments * refactor * remove unused method
Downgrade Ubuntu runner to 20.04 (marcboeker#63) * Downgrade Ubuntu runner to 20.04 * Run action on workflow change * Adjust glob pattern * Re-build static libraries * Re-build static libraries
Upgrade to DuckDB v0.6 (marcboeker#53) * Upgrade to DuckDB v0.6.0 * Re-build static libraries * Fix failing test case Co-authored-by: begelundmuller <begelundmuller@users.noreply.github.com>
Support for all DuckDB data types and data type names (marcboeker#49) * Add support and type names for all duckdb types * Tidy up tests * Fix formatting
Fix: cleanup for non-prepared queries that error (marcboeker#48)
Refactor binding (marcboeker#45) * Use param binding instead of escaping * Support bind for HugeInt and Interval * Fix types * Do not destroy prepared statement after exec * Remove superfluos dependency * Fix boolean binding
Use DuckDB amalgamation instead of shared libraries (marcboeker#40) * Use DuckDB amalgamation instead of shared libraries * Patch amalgamation for Windows pending release of duckdb/duckdb@fe328d3 * Add build flags for Windows compilation * Bundle static libraries, and make source and shared libraries optional * Run go test only in root * Prepare deps workflow for merge into main * Fix include path for compile from source * Fix bug for compiling from source * Trigger deps build when DUCKDB_VERSION is updated * Test automated deps PR by downgrading to v0.4.0 * Test automated deps PR by downgrading to v0.4.0 * CI to build static libraries when upgrading DuckDB version * Fix bug in deps.yaml * Change use_source to from_soure * Fix bug in static library commit * Copy over fix from duckdb/duckdb#4660 * Test with touch * Test on all paths * Bugfix: bad path name in CI * Re-build static libraries * Now run actual build * Re-build static libraries * Update documentation * Clean up deps build * Tidy up imports * bugfix: empty results would return a row * Clean up gcc flags * Run lib builds (tmp) * Trigger build on main * Re-build static libraries * Revert to build static libs only on PR * Build static libs on non-master changes to duckdb files Co-authored-by: begelundmuller <begelundmuller@users.noreply.github.com>
PreviousNext