[PR #1552] [MERGED] postgres/sqlite: Sort pending writes when fetching from db #2148

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1552
Author: @nfcampos
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @nfcampos

Base: mainHead: nc/30aug/sort-pending-writes-on-fetch


📝 Commits (1)

  • e744db1 postgres/sqlite: Sort pending writes when fetching from db

📊 Changes

3 files changed (+6 additions, -6 deletions)

View changed files

📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py (+2 -2)
📝 libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py (+2 -2)
📝 libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py (+2 -2)

📄 Description

No description provided


🔄 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/1552 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/30aug/sort-pending-writes-on-fetch` --- ### 📝 Commits (1) - [`e744db1`](https://github.com/langchain-ai/langgraph/commit/e744db169a4f4b58900148fb1ad8e172cc48e3c7) postgres/sqlite: Sort pending writes when fetching from db ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py` (+2 -2) 📝 `libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py` (+2 -2) 📝 `libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:46:24 -05:00
yindo closed this issue 2026-02-20 17:46:24 -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#2148