Skip to content

fix: Remove nonexistent turso_mvcc parameter from v1.11.x docs#1675

Merged
lukekim merged 1 commit into
trunkfrom
fix/turso-remove-nonexistent-mvcc-param
May 7, 2026
Merged

fix: Remove nonexistent turso_mvcc parameter from v1.11.x docs#1675
lukekim merged 1 commit into
trunkfrom
fix/turso-remove-nonexistent-mvcc-param

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

  • Remove the turso_mvcc parameter from the v1.11.x Turso accelerator docs — this parameter does not exist in the codebase
  • MVCC is unconditionally enabled: PRAGMA journal_mode = 'mvcc' is set during every TursoConnectionPool::new_with_timestamp_format call
  • Update the MVCC section to match the vNext docs, which correctly state MVCC is automatically enabled

Changes

  1. Removed turso_mvcc from the Configuration Parameters list
  2. Removed turso_mvcc: enabled from the Example Configuration YAML block
  3. Replaced the MVCC Support section text and removed the now-unnecessary YAML example showing turso_mvcc: enabled

Test plan

  • Verify the v1.11.x Turso docs page renders correctly with no broken formatting
  • Confirm no remaining references to turso_mvcc in the v1.11.x docs
  • Compare the MVCC section wording with the vNext Turso docs for consistency

The turso_mvcc parameter does not exist in the Spice codebase. MVCC is
unconditionally enabled — PRAGMA journal_mode = 'mvcc' is set during
every TursoConnectionPool::new_with_timestamp_format call. The vNext
docs already correctly state that MVCC is automatically enabled.

Changes:
- Remove turso_mvcc from the configuration parameters list
- Remove turso_mvcc: enabled from YAML examples
- Update MVCC section to state MVCC is automatically enabled (matching
  vNext wording)
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🚀 deployed to https://553419ea.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 00758d0 into trunk May 7, 2026
6 of 9 checks passed
@lukekim lukekim deleted the fix/turso-remove-nonexistent-mvcc-param branch May 7, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants