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.4.3

Toggle v1.4.3's commit message
Only return float64

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a method to convert a Decimal to float64 (marcboeker#107)

* Add a method to convert a Decimal to float64

* Fix decimal conversion and add more tests

---------

Co-authored-by: Marc Boeker <marc@at6.net>

v1.4.1

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

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve appender error (marcboeker#100)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use extract statement api - better support for multiple statments (ma…

…rcboeker#91)

* use extract statement api - better support for multiple statements

* review comments

* review comments

* review comments

* close stmt

* Destroy prepared statements in all cases

* Propagate err in Close

---------

Co-authored-by: Benjamin Egelund-Müller <b@egelund-muller.com>

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pass the full connection string to duckdb (marcboeker#88)

* pass the full connection string to duckdb

* add test

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: release allocated memory for data chunks (marcboeker#83)

This fix will make sure that the memory allocated to each chunk of data from the result will be released before next chunk is fetched.

v1.2.1

Toggle v1.2.1'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 0.7.1 (marcboeker#79)

* Upgrade to DuckDB v0.7.1

* Re-build static libraries

* Update type name formatting to reflect DuckDB changes

---------

Co-authored-by: begelundmuller <begelundmuller@users.noreply.github.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update DuckDB to 0.7.0 (marcboeker#72)

* Update DuckDB to 0.7.0

* Re-build static libraries

* Remove JSON type

* Switch to new map layout

v1.1.0

Toggle v1.1.0's commit message
Refactor appender implementation and tests.

0