Skip to content

Commit 876920e

Browse files
committed
Bump Turso pin 375f5d5 -> 5e371c2 to pull in 83 trunk commits
Notable contents: - core/translate: UPDATE FROM support (e1d6f0177) - Fix stale deferred seeks when cursor slots are reopened (47f98e5c2) - core/storage: clear stale overflow-read state, return corrupt on mismatch (5e371c28a) - WITHOUT ROWID writes (594e0616e) - STRUCT and UNION composite types for STRICT tables (0d30ac633) All 14 .github/turso-patches/*.py applied cleanly to trunk in a local dry-run, and cargo check on the patched source succeeded. None of the three (UPSTREAM)-tagged patches has been resolved yet. Driver patch #16 (UPDATE ... FROM rewrite to rowid-IN subquery) becomes redundant with this bump — left in place for now; will be retired in a separate commit once CI confirms 592/596 holds.
1 parent 74ab2f8 commit 876920e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-tests-turso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# SHA to pull in newer Turso fixes.
3030
- name: Set Turso commit to build
3131
id: turso
32-
run: echo "sha=375f5d55e26aa90c54abaadce7e035d8d0c6893d" >> "$GITHUB_OUTPUT"
32+
run: echo "sha=5e371c28a840b12bf2fdca1726453e1094f56b2a" >> "$GITHUB_OUTPUT"
3333

3434
- name: Cache Turso build
3535
uses: actions/cache@v4

0 commit comments

Comments
 (0)