8000 Comparing v1.0.0...v1.1.1 · duckdb/duckdb-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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: duckdb/duckdb-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choo 8000 se a base ref
...
head repository: duckdb/duckdb-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 10 commits
  • 44 files changed
  • 8 contributors

Commits on Jul 20, 2024

  1. Move files out of vtab to core module (#359)

    * Enforce call_width in rustfmt.toml
    
    * Move core vector, logical_types, chunk into a seperate module
    Swoorup authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    1c73aef View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. feat: set duckdb api to rust and add custom_user_agent config (#360)

    * Add custom user agent config
    
    * add test
    
    * run formatter
    hrl20 authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f40058b View commit details
    Browse the repository at this point in the history
  2. Rename LogicalType and DataChunk to have Handle suffix (#361)

    * Use manifest root for specifying versions
    
    * Added duckdb string type
    
    * Add Handle suffix to `DataChunk` and `LogicalType`
    Swoorup authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    201a3d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fix CI (#375)

    * add time option to satisfy clippy
    
    * attempt to satisfy clippy
    samansmink authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    44e0ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Set nulls correctly for all type of arrays/vectors (#344)

    * Set nulls for all possible arrays
    
    * set nulls for all possible array to vectors
    
    * add more set nulls
    
    * wip
    
    * only change flat vector
    
    * Revert "only change flat vector"
    
    This reverts commit 90c9d75.
    
    * add list vector nulls
    
    * add tests to cover set_nulls
    
    * fix test
    
    * fix clippy
    
    * clippy
    
    ---------
    
    Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
    y-f-u and peasee authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    02a0f3e View commit details
    Browse the repository at this point in the history
  2. add support of fixedsizebinary, duration, interval support in arrow (#…

    …374)
    
    * add support of fixedsizebinary, duration, interval support in arrow
    
    * chore: Cargo fmt
    
    * fix: clippy::expect-fun-call
    
    ---------
    
    Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
    y-f-u and peasee authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    36b83bc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. streaming arrow data support (#373)

    * streaming arrow (#3)
    
    * streaming
    
    * remove invalid schema assign
    
    * use ArrowStream type to represent streaming
    
    * clippy
    
    * doc
    
    * import
    
    * typo
    
    * export arrow stream
    
    * fix: Missing semicolon in docs test
    
    ---------
    
    Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
    y-f-u and peasee authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e12fdb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f887844 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. C Extension API (#381)

    Initial experimental(!) implementation of loadable extensions with C extension API

See duckdb/duckdb#12682 for more info on the DuckDB C extension API
    
    ---------
    
    Co-authored-by: martin <martincharles07@gmail.com>
    samansmink and 0xcaff authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    71b01f7 View commit details
    Browse the repository at this point in the history
  2. bump loadable macros version (#389)

    Bump version of loadable-macros to v0.1.3
    samansmink authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2bd811e View commit details
    Browse the repository at this point in the history
Loading
0