-
Notifications
You must be signed in to change notification settings - Fork 158
Comparing changes
Open a pull request
base repository: duckdb/duckdb-rs
base: v1.0.0
head repository: duckdb/duckdb-rs
compare: v1.1.1
- 10 commits
- 44 files changed
- 8 contributors
Commits on Jul 20, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 1c73aef - Browse repository at this point
Copy the full SHA 1c73aefView commit details
Commits on Aug 1, 2024
-
feat: set duckdb api to rust and add custom_user_agent config (#360)
* Add custom user agent config * add test * run formatter
Configuration menu - View commit details
-
Copy full SHA for f40058b - Browse repository at this point
Copy the full SHA f40058bView commit details -
Rename
LogicalType
andDataChunk
to haveHandle
suffix (#361)* Use manifest root for specifying versions * Added duckdb string type * Add Handle suffix to `DataChunk` and `LogicalType`
Configuration menu - View commit details
-
Copy full SHA for 201a3d0 - Browse repository at this point
Copy the full SHA 201a3d0View commit details
Commits on Aug 27, 2024
-
* add time option to satisfy clippy * attempt to satisfy clippy
Configuration menu - View commit details
-
Copy full SHA for 44e0ff1 - Browse repository at this point
Copy the full SHA 44e0ff1View commit details
Commits on Aug 30, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 02a0f3e - Browse repository at this point
Copy the full SHA 02a0f3eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 36b83bc - Browse repository at this point
Copy the full SHA 36b83bcView commit details
Commits on Sep 26, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e12fdb6 - Browse repository at this point
Copy the full SHA e12fdb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f887844 - Browse repository at this point
Copy the full SHA f887844View commit details
Commits on Oct 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 71b01f7 - Browse repository at this point
Copy the full SHA 71b01f7View commit details -
bump loadable macros version (#389)
Bump version of loadable-macros to v0.1.3
Configuration menu - View commit details
-
Copy full SHA for 2bd811e - Browse repository at this point
Copy the full SHA 2bd811eView commit details
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 v1.0.0...v1.1.1