mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-13 20:21:48 -04:00
[PR #60] Fix transactions not being committed #146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/60
Author: @LeiTi34
Created: 5/29/2024
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
3efc044Fix 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.