[PR #634] [MERGED] fix(checkpoint-sqlite): don't return undefined namespace from put #904

Closed
opened 2026-02-15 19:16:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/634
Author: @benjamincburns
Created: 10/25/2024
Status: Merged
Merged: 10/29/2024
Merged by: @jacoblee93

Base: mainHead: fix-sqlite-namespace


📝 Commits (3)

  • 193965c fix(checkpoint-sqlite): don't return undefined namespace from put
  • f53d6c1 Resolve conflicts
  • 81b2972 Style nit

📊 Changes

3 files changed (+36 additions, -37 deletions)

View changed files

📝 libs/checkpoint-sqlite/src/index.ts (+13 -7)
📝 libs/checkpoint-sqlite/src/tests/checkpoints.test.ts (+1 -0)
📝 libs/checkpoint-validation/src/spec/put.ts (+22 -30)

📄 Description

fixes #592


🔄 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/langgraphjs/pull/634 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `fix-sqlite-namespace` --- ### 📝 Commits (3) - [`193965c`](https://github.com/langchain-ai/langgraphjs/commit/193965c924f920fb13a823da4ff67d7d1eaeb7a1) fix(checkpoint-sqlite): don't return undefined namespace from put - [`f53d6c1`](https://github.com/langchain-ai/langgraphjs/commit/f53d6c1f60a85129c4ed0403611c0906c22282a4) Resolve conflicts - [`81b2972`](https://github.com/langchain-ai/langgraphjs/commit/81b2972d8f6d622e2890ebd38b2560882fefc61c) Style nit ### 📊 Changes **3 files changed** (+36 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-sqlite/src/index.ts` (+13 -7) 📝 `libs/checkpoint-sqlite/src/tests/checkpoints.test.ts` (+1 -0) 📝 `libs/checkpoint-validation/src/spec/put.ts` (+22 -30) </details> ### 📄 Description fixes #592 --- <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-15 19:16:21 -05:00
yindo closed this issue 2026-02-15 19:16:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#904