{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":648103061,"defaultBranch":"master","name":"go-duckdb-v14","ownerLogin":"spicehq","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-06-01T08:05:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/90018847?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714373814.0","currentOid":""},"activityList":{"items":[{"before":"3a16045f680e1fe911503e4e223139b2f598b729","after":"4118b8ed3c8e3f69298ea5cd21a1b7a99b01965a","ref":"refs/heads/master","pushedAt":"2024-04-29T07:03:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lukekim","name":"Luke Kim","path":"/https/github.com/lukekim","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80174?s=80&v=4"},"commit":{"message":"Upgrade to Go 1.22 and Arrow v16 (#15)","shortMessageHtmlLink":"Upgrade to Go 1.22 and Arrow v16 (#15)"}},{"before":null,"after":"44eeed765054bdb276d13a871071c01d46fa7fac","ref":"refs/heads/lukim/go-122-arrow-16","pushedAt":"2024-04-29T06:56:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lukekim","name":"Luke Kim","path":"/https/github.com/lukekim","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80174?s=80&v=4"},"commit":{"message":"Upgrade to Go 1.22 and Arrow v16","shortMessageHtmlLink":"Upgrade to Go 1.22 and Arrow v16"}},{"before":"44eeed765054bdb276d13a871071c01d46fa7fac","after":null,"ref":"refs/heads/lukim/go-122-arrow-16","pushedAt":"2024-04-29T06:55:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lukekim","name":"Luke Kim","path":"/https/github.com/lukekim","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80174?s=80&v=4"}},{"before":null,"after":"44eeed765054bdb276d13a871071c01d46fa7fac","ref":"refs/heads/lukim/go-122-arrow-16","pushedAt":"2024-04-29T06:54:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lukekim","name":"Luke Kim","path":"/https/github.com/lukekim","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80174?s=80&v=4"},"commit":{"message":"Upgrade to Go 1.22 and Arrow v16","shortMessageHtmlLink":"Upgrade to Go 1.22 and Arrow v16"}},{"before":"64d4b977afa3424df19d8398baeab9a1a4c30a52","after":null,"ref":"refs/heads/phillip/240102-upgrade-arrow","pushedAt":"2024-01-03T01:18:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"}},{"before":"cb54dfa6019216800329344bb030e316521453ed","after":"3a16045f680e1fe911503e4e223139b2f598b729","ref":"refs/heads/master","pushedAt":"2024-01-03T00:18:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Upgrade to Arrow v14 (#14)","shortMessageHtmlLink":"Upgrade to Arrow v14 (#14)"}},{"before":"cb54dfa6019216800329344bb030e316521453ed","after":"64d4b977afa3424df19d8398baeab9a1a4c30a52","ref":"refs/heads/phillip/240102-upgrade-arrow","pushedAt":"2024-01-02T13:37:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Upgrade to Arrow v14","shortMessageHtmlLink":"Upgrade to Arrow v14"}},{"before":null,"after":"cb54dfa6019216800329344bb030e316521453ed","ref":"refs/heads/phillip/240102-upgrade-arrow","pushedAt":"2024-01-02T13:35:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Upgrade duckdb to v0.9.2 (#13)\n\n* Add a method to convert a Decimal to float64 (#107)\r\n\r\n* Add a method to convert a Decimal to float64\r\n\r\n* Fix decimal conversion and add more tests\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Boeker \r\n\r\n* Only return float64\r\n\r\n* Update README.md to explain that appender creation will fail unless the table mentioned will already be created (#110)\r\n\r\nUpdate README.md to explain that appender creation will fail unless the table mentioned will already be created\r\n\r\n* fix: support negative decimals (#117)\r\n\r\n* Duckdb v0.9.0 (#125)\r\n\r\n* duckdb upgrade\r\n\r\n* extended amalgamation\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* linux deps\r\n\r\n* adding macos libs\r\n\r\n* pending api fix\r\n\r\n* commenting duckdb test\r\n\r\n* use struct_pack since row returns unnamed struct\r\n\r\n* interrupt query on query cancel\r\n\r\n* revert query interrupt\r\n\r\n* Build amalgamation file on the fly\r\n\r\n* Temporarily disable optimization\r\n\r\n* Split amalgamation file to speed up compilation\r\n\r\n* Add amalgamation sources\r\n\r\n* Re-build static libraries\r\n\r\n* Update sources automatically\r\n\r\n* Refactor static lib built\r\n\r\n* Fix job name\r\n\r\n* Use git source\r\n\r\n* Re-build static libraries\r\n\r\n* Add cross compiling\r\n\r\n* Fix task\r\n\r\n* Treat duckdb.h as file not as dir\r\n\r\n* Re-build static libraries\r\n\r\n* Rename errors\r\n\r\n* Add optimization flags\r\n\r\n* Re-build static libraries\r\n\r\n* Run only when Makefile or workflow has changed\r\n\r\n* Update description\r\n\r\n* Fix name\r\n\r\n* Add parquet test case\r\n\r\n* Remove option to compile from source\r\n\r\n* Disable shell and unit tests\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: Anshul Khandelwal \r\n\r\n* Upgrade to DuckDB 0.9.1 (#126)\r\n\r\n* Upgrade to 0.9.1\r\n\r\n* Re-build static libraries\r\n\r\n* Add DuckDB license\r\n\r\n* upgrade duckdb to v0.9.2 (#128)\r\n\r\n* upgrade to 0.9.2\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: k-anshul \r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Anshul Khandelwal \r\nCo-authored-by: Anshul Khandelwal <12948312+k-anshul@users.noreply.github.com>\r\nCo-authored-by: k-anshul ","shortMessageHtmlLink":"Upgrade duckdb to v0.9.2 (#13)"}},{"before":"3d82606eb680c5203937ab38f691161df5f5cbf9","after":null,"ref":"refs/heads/mitch/duckdb_0.9.2","pushedAt":"2023-11-15T22:00:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"}},{"before":"d203aa1dcfae4d12c9753906baa1c20996c28406","after":"cb54dfa6019216800329344bb030e316521453ed","ref":"refs/heads/master","pushedAt":"2023-11-15T21:59:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"},"commit":{"message":"Upgrade duckdb to v0.9.2 (#13)\n\n* Add a method to convert a Decimal to float64 (#107)\r\n\r\n* Add a method to convert a Decimal to float64\r\n\r\n* Fix decimal conversion and add more tests\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Boeker \r\n\r\n* Only return float64\r\n\r\n* Update README.md to explain that appender creation will fail unless the table mentioned will already be created (#110)\r\n\r\nUpdate README.md to explain that appender creation will fail unless the table mentioned will already be created\r\n\r\n* fix: support negative decimals (#117)\r\n\r\n* Duckdb v0.9.0 (#125)\r\n\r\n* duckdb upgrade\r\n\r\n* extended amalgamation\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* linux deps\r\n\r\n* adding macos libs\r\n\r\n* pending api fix\r\n\r\n* commenting duckdb test\r\n\r\n* use struct_pack since row returns unnamed struct\r\n\r\n* interrupt query on query cancel\r\n\r\n* revert query interrupt\r\n\r\n* Build amalgamation file on the fly\r\n\r\n* Temporarily disable optimization\r\n\r\n* Split amalgamation file to speed up compilation\r\n\r\n* Add amalgamation sources\r\n\r\n* Re-build static libraries\r\n\r\n* Update sources automatically\r\n\r\n* Refactor static lib built\r\n\r\n* Fix job name\r\n\r\n* Use git source\r\n\r\n* Re-build static libraries\r\n\r\n* Add cross compiling\r\n\r\n* Fix task\r\n\r\n* Treat duckdb.h as file not as dir\r\n\r\n* Re-build static libraries\r\n\r\n* Rename errors\r\n\r\n* Add optimization flags\r\n\r\n* Re-build static libraries\r\n\r\n* Run only when Makefile or workflow has changed\r\n\r\n* Update description\r\n\r\n* Fix name\r\n\r\n* Add parquet test case\r\n\r\n* Remove option to compile from source\r\n\r\n* Disable shell and unit tests\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: Anshul Khandelwal \r\n\r\n* Upgrade to DuckDB 0.9.1 (#126)\r\n\r\n* Upgrade to 0.9.1\r\n\r\n* Re-build static libraries\r\n\r\n* Add DuckDB license\r\n\r\n* upgrade duckdb to v0.9.2 (#128)\r\n\r\n* upgrade to 0.9.2\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: k-anshul \r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Anshul Khandelwal \r\nCo-authored-by: Anshul Khandelwal <12948312+k-anshul@users.noreply.github.com>\r\nCo-authored-by: k-anshul ","shortMessageHtmlLink":"Upgrade duckdb to v0.9.2 (#13)"}},{"before":null,"after":"3d82606eb680c5203937ab38f691161df5f5cbf9","ref":"refs/heads/mitch/duckdb_0.9.2","pushedAt":"2023-11-15T20:11:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/marcboeker/go-duckdb into mitch/duckdb_0.9.2\n\nDuckDB v0.9.2","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/marcboeker/go-duckdb into…"}},{"before":"d1bb85b1e838f58849c6db097cb4a3b1998f6ca3","after":"d203aa1dcfae4d12c9753906baa1c20996c28406","ref":"refs/heads/master","pushedAt":"2023-10-13T14:28:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"},"commit":{"message":"Upgrade to v0.9.1 (#11)\n\n* Add a method to convert a Decimal to float64 (#107)\r\n\r\n* Add a method to convert a Decimal to float64\r\n\r\n* Fix decimal conversion and add more tests\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Boeker \r\n\r\n* Only return float64\r\n\r\n* Update README.md to explain that appender creation will fail unless the table mentioned will already be created (#110)\r\n\r\nUpdate README.md to explain that appender creation will fail unless the table mentioned will already be created\r\n\r\n* fix: support negative decimals (#117)\r\n\r\n* Duckdb v0.9.0 (#125)\r\n\r\n* duckdb upgrade\r\n\r\n* extended amalgamation\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* linux deps\r\n\r\n* adding macos libs\r\n\r\n* pending api fix\r\n\r\n* commenting duckdb test\r\n\r\n* use struct_pack since row returns unnamed struct\r\n\r\n* interrupt query on query cancel\r\n\r\n* revert query interrupt\r\n\r\n* Build amalgamation file on the fly\r\n\r\n* Temporarily disable optimization\r\n\r\n* Split amalgamation file to speed up compilation\r\n\r\n* Add amalgamation sources\r\n\r\n* Re-build static libraries\r\n\r\n* Update sources automatically\r\n\r\n* Refactor static lib built\r\n\r\n* Fix job name\r\n\r\n* Use git source\r\n\r\n* Re-build static libraries\r\n\r\n* Add cross compiling\r\n\r\n* Fix task\r\n\r\n* Treat duckdb.h as file not as dir\r\n\r\n* Re-build static libraries\r\n\r\n* Rename errors\r\n\r\n* Add optimization flags\r\n\r\n* Re-build static libraries\r\n\r\n* Run only when Makefile or workflow has changed\r\n\r\n* Update description\r\n\r\n* Fix name\r\n\r\n* Add parquet test case\r\n\r\n* Remove option to compile from source\r\n\r\n* Disable shell and unit tests\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: Anshul Khandelwal \r\n\r\n* Upgrade to DuckDB 0.9.1 (#126)\r\n\r\n* Upgrade to 0.9.1\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Anshul Khandelwal ","shortMessageHtmlLink":"Upgrade to v0.9.1 (#11)"}},{"before":"f44bd8fed83c2deaf45e23698fae8d80f79e919f","after":null,"ref":"refs/heads/revert-8-phillip/231006-duckdb-0.9.0-2","pushedAt":"2023-10-13T14:21:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"}},{"before":"13e9231802ab419a5c5b8447cc7103519ed118a9","after":"d1bb85b1e838f58849c6db097cb4a3b1998f6ca3","ref":"refs/heads/master","pushedAt":"2023-10-13T14:20:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"},"commit":{"message":"Revert \"Upgrade duckdb to v0.9.0\" and upgrade to v0.9.1 (#9)\n\n* Revert \"Upgrade duckdb to v0.9.0 (#8)\"\r\n\r\nThis reverts commit 13e9231802ab419a5c5b8447cc7103519ed118a9.\r\n\r\n* v0.9.1 (#10)\r\n\r\n* Add a method to convert a Decimal to float64 (#107)\r\n\r\n* Add a method to convert a Decimal to float64\r\n\r\n* Fix decimal conversion and add more tests\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Boeker \r\n\r\n* Only return float64\r\n\r\n* Update README.md to explain that appender creation will fail unless the table mentioned will already be created (#110)\r\n\r\nUpdate README.md to explain that appender creation will fail unless the table mentioned will already be created\r\n\r\n* fix: support negative decimals (#117)\r\n\r\n* Duckdb v0.9.0 (#125)\r\n\r\n* duckdb upgrade\r\n\r\n* extended amalgamation\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* linux deps\r\n\r\n* adding macos libs\r\n\r\n* pending api fix\r\n\r\n* commenting duckdb test\r\n\r\n* use struct_pack since row returns unnamed struct\r\n\r\n* interrupt query on query cancel\r\n\r\n* revert query interrupt\r\n\r\n* Build amalgamation file on the fly\r\n\r\n* Temporarily disable optimization\r\n\r\n* Split amalgamation file to speed up compilation\r\n\r\n* Add amalgamation sources\r\n\r\n* Re-build static libraries\r\n\r\n* Update sources automatically\r\n\r\n* Refactor static lib built\r\n\r\n* Fix job name\r\n\r\n* Use git source\r\n\r\n* Re-build static libraries\r\n\r\n* Add cross compiling\r\n\r\n* Fix task\r\n\r\n* Treat duckdb.h as file not as dir\r\n\r\n* Re-build static libraries\r\n\r\n* Rename errors\r\n\r\n* Add optimization flags\r\n\r\n* Re-build static libraries\r\n\r\n* Run only when Makefile or workflow has changed\r\n\r\n* Update description\r\n\r\n* Fix name\r\n\r\n* Add parquet test case\r\n\r\n* Remove option to compile from source\r\n\r\n* Disable shell and unit tests\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: Anshul Khandelwal \r\n\r\n* Upgrade to DuckDB 0.9.1 (#126)\r\n\r\n* Upgrade to 0.9.1\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Anshul Khandelwal \r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Anshul Khandelwal ","shortMessageHtmlLink":"Revert \"Upgrade duckdb to v0.9.0\" and upgrade to v0.9.1 (#9)"}},{"before":"2425fc1ec14375ab370774a945993461d16c4ae7","after":"f44bd8fed83c2deaf45e23698fae8d80f79e919f","ref":"refs/heads/revert-8-phillip/231006-duckdb-0.9.0-2","pushedAt":"2023-10-13T14:14:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"},"commit":{"message":"v0.9.1 (#10)\n\n* Add a method to convert a Decimal to float64 (#107)\r\n\r\n* Add a method to convert a Decimal to float64\r\n\r\n* Fix decimal conversion and add more tests\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Boeker \r\n\r\n* Only return float64\r\n\r\n* Update README.md to explain that appender creation will fail unless the table mentioned will already be created (#110)\r\n\r\nUpdate README.md to explain that appender creation will fail unless the table mentioned will already be created\r\n\r\n* fix: support negative decimals (#117)\r\n\r\n* Duckdb v0.9.0 (#125)\r\n\r\n* duckdb upgrade\r\n\r\n* extended amalgamation\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* linux deps\r\n\r\n* adding macos libs\r\n\r\n* pending api fix\r\n\r\n* commenting duckdb test\r\n\r\n* use struct_pack since row returns unnamed struct\r\n\r\n* interrupt query on query cancel\r\n\r\n* revert query interrupt\r\n\r\n* Build amalgamation file on the fly\r\n\r\n* Temporarily disable optimization\r\n\r\n* Split amalgamation file to speed up compilation\r\n\r\n* Add amalgamation sources\r\n\r\n* Re-build static libraries\r\n\r\n* Update sources automatically\r\n\r\n* Refactor static lib built\r\n\r\n* Fix job name\r\n\r\n* Use git source\r\n\r\n* Re-build static libraries\r\n\r\n* Add cross compiling\r\n\r\n* Fix task\r\n\r\n* Treat duckdb.h as file not as dir\r\n\r\n* Re-build static libraries\r\n\r\n* Rename errors\r\n\r\n* Add optimization flags\r\n\r\n* Re-build static libraries\r\n\r\n* Run only when Makefile or workflow has changed\r\n\r\n* Update description\r\n\r\n* Fix name\r\n\r\n* Add parquet test case\r\n\r\n* Remove option to compile from source\r\n\r\n* Disable shell and unit tests\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: Anshul Khandelwal \r\n\r\n* Upgrade to DuckDB 0.9.1 (#126)\r\n\r\n* Upgrade to 0.9.1\r\n\r\n* Re-build static libraries\r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Anshul Khandelwal ","shortMessageHtmlLink":"v0.9.1 (#10)"}},{"before":null,"after":"2425fc1ec14375ab370774a945993461d16c4ae7","ref":"refs/heads/revert-8-phillip/231006-duckdb-0.9.0-2","pushedAt":"2023-10-13T14:03:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"},"commit":{"message":"Revert \"Upgrade duckdb to v0.9.0 (#8)\"\n\nThis reverts commit 13e9231802ab419a5c5b8447cc7103519ed118a9.","shortMessageHtmlLink":"Revert \"Upgrade duckdb to v0.9.0 (#8)\""}},{"before":"3b89c6a9ce85d3800d88a468803cb51eb4620f89","after":"13e9231802ab419a5c5b8447cc7103519ed118a9","ref":"refs/heads/master","pushedAt":"2023-10-06T05:39:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Upgrade duckdb to v0.9.0 (#8)\n\n* Merge in go-duckdb fork with v0.9 changes (#6)\r\n\r\n* Add a method to convert a Decimal to float64 (#107)\r\n\r\n* Add a method to convert a Decimal to float64\r\n\r\n* Fix decimal conversion and add more tests\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Boeker \r\n\r\n* Only return float64\r\n\r\n* Update README.md to explain that appender creation will fail unless the table mentioned will already be created (#110)\r\n\r\nUpdate README.md to explain that appender creation will fail unless the table mentioned will already be created\r\n\r\n* fix: support negative decimals (#117)\r\n\r\n* duckdb upgrade\r\n\r\n* extended amalgamation\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* linux deps\r\n\r\n* adding macos libs\r\n\r\n* pending api fix\r\n\r\n* commenting duckdb test\r\n\r\n* use struct_pack since row returns unnamed struct\r\n\r\n* interrupt query on query cancel\r\n\r\n* revert query interrupt\r\n\r\n* Build amalgamation file on the fly\r\n\r\n* Temporarily disable optimization\r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Anshul Khandelwal \r\n\r\n* add back optimizations\r\n\r\n* optimized darwin arm64\r\n\r\n* optimized darwin amd64 static library\r\n\r\n* optimized linux amd64 static library\r\n\r\n* optimized linux arm64 static library\r\n\r\n---------\r\n\r\nCo-authored-by: Mitch <88671039+mitchdevenport@users.noreply.github.com>\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Anshul Khandelwal ","shortMessageHtmlLink":"Upgrade duckdb to v0.9.0 (#8)"}},{"before":"3b89c6a9ce85d3800d88a468803cb51eb4620f89","after":"3e14736ed9463fbfc9780eeeda449b140d137781","ref":"refs/heads/phillip/231006-duckdb-0.9.0-2","pushedAt":"2023-10-06T04:42:44.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"optimized linux arm64 static library","shortMessageHtmlLink":"optimized linux arm64 static library"}},{"before":null,"after":"3b89c6a9ce85d3800d88a468803cb51eb4620f89","ref":"refs/heads/phillip/231006-duckdb-0.9.0-2","pushedAt":"2023-10-06T03:37:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Revert \"Merge in go-duckdb fork with v0.9 changes (#6)\" (#7)\n\nThis reverts commit 86d08ca06544ed810935248715257746bd8c1b0b.","shortMessageHtmlLink":"Revert \"Merge in go-duckdb fork with v0.9 changes (#6)\" (#7)"}},{"before":null,"after":"86d08ca06544ed810935248715257746bd8c1b0b","ref":"refs/heads/phillip/231006-duckdb-0.9.0","pushedAt":"2023-10-06T02:49:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Merge in go-duckdb fork with v0.9 changes (#6)\n\n* Add a method to convert a Decimal to float64 (#107)\r\n\r\n* Add a method to convert a Decimal to float64\r\n\r\n* Fix decimal conversion and add more tests\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Boeker \r\n\r\n* Only return float64\r\n\r\n* Update README.md to explain that appender creation will fail unless the table mentioned will already be created (#110)\r\n\r\nUpdate README.md to explain that appender creation will fail unless the table mentioned will already be created\r\n\r\n* fix: support negative decimals (#117)\r\n\r\n* duckdb upgrade\r\n\r\n* extended amalgamation\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* linux deps\r\n\r\n* adding macos libs\r\n\r\n* pending api fix\r\n\r\n* commenting duckdb test\r\n\r\n* use struct_pack since row returns unnamed struct\r\n\r\n* interrupt query on query cancel\r\n\r\n* revert query interrupt\r\n\r\n* Build amalgamation file on the fly\r\n\r\n* Temporarily disable optimization\r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Anshul Khandelwal ","shortMessageHtmlLink":"Merge in go-duckdb fork with v0.9 changes (#6)"}},{"before":"aab29f601ccf0e7a2f9ba65030195101719b7459","after":null,"ref":"refs/heads/revert-6-duckdb-v0.9.0","pushedAt":"2023-10-05T04:10:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"}},{"before":"86d08ca06544ed810935248715257746bd8c1b0b","after":"3b89c6a9ce85d3800d88a468803cb51eb4620f89","ref":"refs/heads/master","pushedAt":"2023-10-05T04:07:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Revert \"Merge in go-duckdb fork with v0.9 changes (#6)\" (#7)\n\nThis reverts commit 86d08ca06544ed810935248715257746bd8c1b0b.","shortMessageHtmlLink":"Revert \"Merge in go-duckdb fork with v0.9 changes (#6)\" (#7)"}},{"before":null,"after":"aab29f601ccf0e7a2f9ba65030195101719b7459","ref":"refs/heads/revert-6-duckdb-v0.9.0","pushedAt":"2023-10-05T03:16:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"},"commit":{"message":"Revert \"Merge in go-duckdb fork with v0.9 changes (#6)\"\n\nThis reverts commit 86d08ca06544ed810935248715257746bd8c1b0b.","shortMessageHtmlLink":"Revert \"Merge in go-duckdb fork with v0.9 changes (#6)\""}},{"before":"df7aaf827420c01a6b51c7de139744dcb4ec54c0","after":"86d08ca06544ed810935248715257746bd8c1b0b","ref":"refs/heads/master","pushedAt":"2023-10-04T23:00:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mitchdevenport","name":"Mitch Devenport","path":"/https/github.com/mitchdevenport","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88671039?s=80&v=4"},"commit":{"message":"Merge in go-duckdb fork with v0.9 changes (#6)\n\n* Add a method to convert a Decimal to float64 (#107)\r\n\r\n* Add a method to convert a Decimal to float64\r\n\r\n* Fix decimal conversion and add more tests\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Boeker \r\n\r\n* Only return float64\r\n\r\n* Update README.md to explain that appender creation will fail unless the table mentioned will already be created (#110)\r\n\r\nUpdate README.md to explain that appender creation will fail unless the table mentioned will already be created\r\n\r\n* fix: support negative decimals (#117)\r\n\r\n* duckdb upgrade\r\n\r\n* extended amalgamation\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* remove linux action\r\n\r\n* linux deps\r\n\r\n* adding macos libs\r\n\r\n* pending api fix\r\n\r\n* commenting duckdb test\r\n\r\n* use struct_pack since row returns unnamed struct\r\n\r\n* interrupt query on query cancel\r\n\r\n* revert query interrupt\r\n\r\n* Build amalgamation file on the fly\r\n\r\n* Temporarily disable optimization\r\n\r\n---------\r\n\r\nCo-authored-by: cYb2 <46007722+binkynz@users.noreply.github.com>\r\nCo-authored-by: Marc Boeker \r\nCo-authored-by: Alon Agmon <54080741+a-agmon@users.noreply.github.com>\r\nCo-authored-by: Tom Nick \r\nCo-authored-by: Anshul Khandelwal ","shortMessageHtmlLink":"Merge in go-duckdb fork with v0.9 changes (#6)"}},{"before":"3682a18d54f171ce303f72e5b7d27a539b8bce0d","after":null,"ref":"refs/heads/phillip/230824-arrow-13","pushedAt":"2023-08-24T05:18:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"}},{"before":"26f9ccea7bf401b28db44c5a4ca3dcd1d0a77080","after":"df7aaf827420c01a6b51c7de139744dcb4ec54c0","ref":"refs/heads/master","pushedAt":"2023-08-24T05:17:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Upgrade to Arrow v13 (#4)","shortMessageHtmlLink":"Upgrade to Arrow v13 (#4)"}},{"before":"26f9ccea7bf401b28db44c5a4ca3dcd1d0a77080","after":"3682a18d54f171ce303f72e5b7d27a539b8bce0d","ref":"refs/heads/phillip/230824-arrow-13","pushedAt":"2023-08-24T05:00:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Upgrade to Arrow v13","shortMessageHtmlLink":"Upgrade to Arrow v13"}},{"before":null,"after":"26f9ccea7bf401b28db44c5a4ca3dcd1d0a77080","ref":"refs/heads/phillip/230824-arrow-13","pushedAt":"2023-08-24T05:00:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Leverage the connection pooling of sql.DB (#3)","shortMessageHtmlLink":"Leverage the connection pooling of sql.DB (#3)"}},{"before":"ca0efc28005658607ae605b75427e7718056c556","after":null,"ref":"refs/heads/phillip/230711-connection-pooling","pushedAt":"2023-07-11T06:55:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"}},{"before":"1cd61bc63050b49ecb271890cf3632f5bcff6837","after":"26f9ccea7bf401b28db44c5a4ca3dcd1d0a77080","ref":"refs/heads/master","pushedAt":"2023-07-11T06:55:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"phillipleblanc","name":"Phillip LeBlanc","path":"/https/github.com/phillipleblanc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/879445?s=80&v=4"},"commit":{"message":"Leverage the connection pooling of sql.DB (#3)","shortMessageHtmlLink":"Leverage the connection pooling of sql.DB (#3)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPKvAUgA","startCursor":null,"endCursor":null}},"title":"Activity · spicehq/go-duckdb-v14"}