-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libduckdb-sys: include duckdb (1.1.1) as a submodule
- Build it directly with cmake, having a cargo feature for each extension. - parquet is documented as being required, so the extension is always enabled and the feature is ignored (for backwards compatibility) - the "delta" extension doesn't build, so there's no feature for it
- Loading branch information
Charles Samuels
committed
Sep 29, 2024
1 parent
f887844
commit 309556d
Showing
6 changed files
with
54 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,3 @@ Cargo.lock | |
|
||
*.db | ||
|
||
crates/libduckdb-sys/duckdb-sources/ | ||
crates/libduckdb-sys/duckdb/ | ||
crates/libduckdb-sys/._duckdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.