[PR #381] [MERGED] Check if conn is alive #1426

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

📋 Pull Request Information

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

Base: mainHead: wfh/check_is_started


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 langgraph/checkpoint/aiosqlite.py (+2 -2)

📄 Description

If you're adding tables to the same connection that you use for the checkpointer, this line raises an error (since you will have already had to await conn


🔄 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/381 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/check_is_started` --- ### 📝 Commits (1) - [`667fc53`](https://github.com/langchain-ai/langgraph/commit/667fc5357c2023301673b7fb4673c3a104ce1394) Check if conn is alive ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/checkpoint/aiosqlite.py` (+2 -2) </details> ### 📄 Description If you're adding tables to the same connection that you use for the checkpointer, this line raises an error (since you will have already had to `await conn` --- <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:42 -05:00
yindo closed this issue 2026-02-20 17:44:42 -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#1426