Nx
Enterprise
Nx
fix(core): vendor turso_sdk_kit patch to forward NoLock to WAL open Confirmed via local two-process repro that the patch unlocks multi-process DB opens. Upstream pre.26 has a one-line bug in turso_sdk_kit/src/rsapi.rs: it computes open_flags with NoLock when experimental_multiprocess_wal is enabled, applies it to the initial .db file open, but then hardcodes OpenFlags::default() on the inner Database::open_with_flags_async call — which is what opens the .db-wal file with an exclusive lock that blocks every other process. Vendored copy of turso_sdk_kit-0.6.0-pre.26 lives under cargo-patches/, referenced via [patch.crates-io] in Cargo.toml. The only delta vs the registry source is in src/rsapi.rs around the Opening phase — search for "PATCH:" to find it. Drop this once upstream cuts a release with the fix.
nx-cloud record -- nx format:check
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
nx-cloud record -- nx format:check
Click to copy
Linux
4 CPU cores
5e84c245
35545