[PR #598] [MERGED] Nicer NotImplementedError in sqlite checkpointer #1562

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/598
Author: @hinthornw
Created: 6/5/2024
Status: Merged
Merged: 6/5/2024
Merged by: @hinthornw

Base: mainHead: wfh/nicer_error


📝 Commits (1)

  • f845522 Nicer NotImplementedError in sqlite checkpointer

📊 Changes

2 files changed (+95 additions, -81 deletions)

View changed files

📝 langgraph/checkpoint/sqlite.py (+76 -80)
📝 tests/checkpoint/test_sqlite.py (+19 -1)

📄 Description

The nesting had made these methods unbound at some point.

Addresses #597 to the extent that we are able, since stdlib sqlite doesn't support async


🔄 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/598 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/nicer_error` --- ### 📝 Commits (1) - [`f845522`](https://github.com/langchain-ai/langgraph/commit/f8455220f3e8bf9a8997ac03296803092bc587c9) Nicer NotImplementedError in sqlite checkpointer ### 📊 Changes **2 files changed** (+95 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/checkpoint/sqlite.py` (+76 -80) 📝 `tests/checkpoint/test_sqlite.py` (+19 -1) </details> ### 📄 Description The nesting had made these methods unbound at some point. Addresses #597 to the extent that we are able, since stdlib sqlite doesn't support async --- <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:45:02 -05:00
yindo closed this issue 2026-02-20 17:45:02 -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#1562