[PR #60] Fix transactions not being committed #146

Open
opened 2026-02-16 05:16:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/60
Author: @LeiTi34
Created: 5/29/2024
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 3efc044 Fix transactions not being committed

📊 Changes

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

View changed files

📝 langchain_postgres/chat_message_histories.py (+2 -0)

📄 Description

I had an issue where I was not able to access the table from a second project. Turns out some transactions were not commited.

This PR fixes this Issue


🔄 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/langchain-postgres/pull/60 **Author:** [@LeiTi34](https://github.com/LeiTi34) **Created:** 5/29/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`3efc044`](https://github.com/langchain-ai/langchain-postgres/commit/3efc044ff6cf0892daa278411f1ab814fa15728e) Fix transactions not being committed ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/chat_message_histories.py` (+2 -0) </details> ### 📄 Description I had an issue where I was not able to access the table from a second project. Turns out some transactions were not commited. This PR fixes this Issue --- <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-16 05:16:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#146