This repository was archived by the owner on Oct 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: marcboeker/go-duckdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: marcboeker/go-duckdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 27 files changed
- 4 contributors
Commits on Sep 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8c353dc - Browse repository at this point
Copy the full SHA 8c353dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b5b94 - Browse repository at this point
Copy the full SHA b5b5b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb3c29 - Browse repository at this point
Copy the full SHA 7cb3c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4c6b2 - Browse repository at this point
Copy the full SHA 8f4c6b2View commit details -
* update mappings * remove Go 1.23 tests, as we update to Go 1.24 in the runners (minimum version in go.mod)
Configuration menu - View commit details
-
Copy full SHA for 73683cd - Browse repository at this point
Copy the full SHA 73683cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb42fd - Browse repository at this point
Copy the full SHA 3bb42fdView commit details
Commits on Sep 19, 2025
-
Test empty profiling info (#547)
* test empty profiling info * fix tidy check
Configuration menu - View commit details
-
Copy full SHA for fbf8fbd - Browse repository at this point
Copy the full SHA fbf8fbdView commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1df03e6 - Browse repository at this point
Copy the full SHA 1df03e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046c4fb - Browse repository at this point
Copy the full SHA 046c4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for df33893 - Browse repository at this point
Copy the full SHA df33893View commit details
Commits on Sep 28, 2025
-
Refactor value.go terminology to align with duckdb mappings (#552)
* refactor value.go terminology to align with duckdb mappings * support more primitive type creation * working on tests * cleanup * infer instead of getmapped * review feedback * more review feedback * nits
Configuration menu - View commit details
-
Copy full SHA for 6c6ebd0 - Browse repository at this point
Copy the full SHA 6c6ebd0View commit details
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 267eac4 - Browse repository at this point
Copy the full SHA 267eac4View commit details -
Fix mixed types in slice binding causing crashes (#533)
* Fix mixed types in slice binding causing crashes Validates that all non-null elements in a slice have the same type during binding to prevent crashes when mixed types are encountered. * Update error message format to show types and indices more clearly * Test that same-type slices work correctly * Move type validation for early exit * Fix recursive type comparison for nested slices * Compare types using their string representation * Refactor type comparison in inferSliceLogicalTypeAndValue * Remove redundant getDBTypeName()
Configuration menu - View commit details
-
Copy full SHA for bf0b0ac - Browse repository at this point
Copy the full SHA bf0b0acView commit details
Commits on Sep 30, 2025
-
Implement NewQueryAppender (#545)
* expose query appender * gofumpt * add more testing * expand comments and documentation * tidy fix * wip type inference, restructure value.go * refactor value.go terminology to align with duckdb mappings * support more primitive type creation * working on tests * cleanup * infer instead of getmapped * infer types * nit * remove type inference * cleanup
Configuration menu - View commit details
-
Copy full SHA for 09c691f - Browse repository at this point
Copy the full SHA 09c691fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.4.0...v2.4.1