return all checkpoints from .list

This commit is contained in:
vbarda
2024-08-12 15:52:17 -04:00
parent 9948125745
commit fb05bdc2bf
6 changed files with 90 additions and 155 deletions
@@ -253,9 +253,6 @@ class BasePostgresSaver(BaseCheckpointSaver):
if config:
wheres.append("thread_id = %s ")
param_values.append(config["configurable"]["thread_id"])
checkpoint_ns = config["configurable"].get("checkpoint_ns", "")
wheres.append("checkpoint_ns = %s")
param_values.append(checkpoint_ns)
# construct predicate for metadata filter
if filter: