8000 Tags · a-agmon/go-duckdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: a-agmon/go-duckdb

Tags

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
8000
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

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.7

Toggle v1.0.7's commit message
Re-build static libraries

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>
8000

v1.0.5

Toggle v1.0.5's commit message
Fix test name

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: cleanup for non-prepared queries that error (marcboeker#48)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use unprepared statement if no args are provided

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>
0