Tags: a-agmon/go-duckdb
Tags
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>
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>
Pass the full connection string to duckdb (marcboeker#88) * pass the full connection string to duckdb * add test
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.
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>
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
PreviousNext