Skip to content

Commit a18d451

Browse files
committed
Update chDB to v26.3.0
1 parent 6537e33 commit a18d451

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src-dylib/libchdb/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-dylib/libchdb/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ codegen-units = 1
1414
strip = "symbols"
1515

1616
[dependencies]
17-
chdb-rust = { git = "https://github.com/chdb-io/chdb-rust", rev = "f72c412c34b140f44ad75b9d0c06b047080adceb", features = ["static"] }
17+
# TODO: https://github.com/chdb-io/chdb-rust/pull/30
18+
chdb-rust = { git = "https://github.com/wyhaya/chdb-rust", rev = "017575150767b0fd707dfd12aa3c56afe2e97a08", features = ["static"] }
1819
serde = { version = "1.0.228", features = ["derive"] }
1920
serde_json = { version = "1.0.150", features = ["float_roundtrip"] }
2021
thiserror = "2.0.18"

src-dylib/libchdb/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ pub union Data {
7474
#[repr(C)]
7575
struct ConnectOptions {
7676
pub path: StringRef,
77+
// TODO: readonly, database
7778
}
7879

7980
impl ConnectOptions {

0 commit comments

Comments
 (0)