[PR #487] [MERGED] Enable WAL mode in SqliteSaver and AsyncSqliteSaver #1501

Closed
opened 2026-02-20 17:44:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/487
Author: @andrewnguonly
Created: 5/17/2024
Status: Merged
Merged: 5/17/2024
Merged by: @nfcampos

Base: mainHead: sqlite-wal


📝 Commits (3)

  • 93897c6 Enable write ahead log mode in SqliteSaver and AsyncSqliteSaver.
  • 0e77ad8 Fix typo: LastValue --> EphemeralValue.
  • daa921c Fix lint error.

📊 Changes

3 files changed (+5 additions, -1 deletions)

View changed files

📝 langgraph/channels/ephemeral_value.py (+3 -1)
📝 langgraph/checkpoint/aiosqlite.py (+1 -0)
📝 langgraph/checkpoint/sqlite.py (+1 -0)

📄 Description

This matches the LangGraphJS implementation: https://github.com/langchain-ai/langgraphjs/blob/main/langgraph/src/checkpoint/sqlite.ts#L41


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/487 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `sqlite-wal` --- ### 📝 Commits (3) - [`93897c6`](https://github.com/langchain-ai/langgraph/commit/93897c6df8483c6559ea5d19eeff7f96e38ea485) Enable write ahead log mode in SqliteSaver and AsyncSqliteSaver. - [`0e77ad8`](https://github.com/langchain-ai/langgraph/commit/0e77ad88eff0e3e2f0f1ea857ad131156537f5cc) Fix typo: LastValue --> EphemeralValue. - [`daa921c`](https://github.com/langchain-ai/langgraph/commit/daa921c1206b2d8625ea65620c3f8af9dd0ff28a) Fix lint error. ### 📊 Changes **3 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/channels/ephemeral_value.py` (+3 -1) 📝 `langgraph/checkpoint/aiosqlite.py` (+1 -0) 📝 `langgraph/checkpoint/sqlite.py` (+1 -0) </details> ### 📄 Description This matches the LangGraphJS implementation: https://github.com/langchain-ai/langgraphjs/blob/main/langgraph/src/checkpoint/sqlite.ts#L41 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:53 -05:00
yindo closed this issue 2026-02-20 17:44:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1501