[PR #1433] [MERGED] checkpoint-postgres: pass row_factory in cursor #2064

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1433
Author: @vbarda
Created: 8/22/2024
Status: Merged
Merged: 8/22/2024
Merged by: @vbarda

Base: mainHead: vb/pass-row-factory


📝 Commits (3)

  • bc503d3 checkpoint-postgres: pass row_factory in cursor
  • 7364fd4 lint
  • 75ce0c5 Merge branch 'main' into vb/pass-row-factory

📊 Changes

3 files changed (+71 additions, -64 deletions)

View changed files

📝 examples/persistence_postgres.ipynb (+3 -4)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py (+33 -29)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py (+35 -31)

📄 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/1433 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/pass-row-factory` --- ### 📝 Commits (3) - [`bc503d3`](https://github.com/langchain-ai/langgraph/commit/bc503d3490ca05fe5cf5c3deabe19d2980a8811c) checkpoint-postgres: pass row_factory in cursor - [`7364fd4`](https://github.com/langchain-ai/langgraph/commit/7364fd48a1f097a4fad4432a2a8ee6356c2c9393) lint - [`75ce0c5`](https://github.com/langchain-ai/langgraph/commit/75ce0c5a0b5f362c7764ad91df78f7896ae5ba45) Merge branch 'main' into vb/pass-row-factory ### 📊 Changes **3 files changed** (+71 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `examples/persistence_postgres.ipynb` (+3 -4) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py` (+33 -29) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py` (+35 -31) </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:12 -05:00
yindo closed this issue 2026-02-20 17:46:12 -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#2064