Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Permalink

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
Choose a base ref
...
head repository: marcboeker/go-duckdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 14 commits
  • 27 files changed
  • 4 contributors

Commits on Sep 18, 2025

  1. Configuration menu
    Copy the full SHA
    8c353dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b5b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cb3c29 View commit details
    Browse the repository at this point in the history
  4. update mappings (#543)

    taniabogatsch authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    8f4c6b2 View commit details
    Browse the repository at this point in the history
  5. Update mappings (#544)

    * update mappings
    
    * remove Go 1.23 tests, as we update to Go 1.24 in the runners (minimum version in go.mod)
    taniabogatsch authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    73683cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bb42fd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Test empty profiling info (#547)

    * test empty profiling info
    
    * fix tidy check
    taniabogatsch authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    fbf8fbd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    1df03e6 View commit details
    Browse the repository at this point in the history
  2. typo (#549)

    taniabogatsch authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    046c4fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df33893 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. 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
    taniabogatsch authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    6c6ebd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    267eac4 View commit details
    Browse the repository at this point in the history
  2. 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()
    mlafeldt authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    bf0b0ac View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. 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
    taniabogatsch authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    09c691f View commit details
    Browse the repository at this point in the history
Loading