From 3b24225043715bac3f61d03061325cf570d0b7ba Mon Sep 17 00:00:00 2001 From: Bruno Nogueira Nascimento Wowk Date: Mon, 8 Apr 2019 10:32:15 -0300 Subject: [PATCH] Removes position update from lock update --- src/Projection/PdoEventStoreProjector.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Projection/PdoEventStoreProjector.php b/src/Projection/PdoEventStoreProjector.php index ed2024de..5ec8e1d4 100644 --- a/src/Projection/PdoEventStoreProjector.php +++ b/src/Projection/PdoEventStoreProjector.php @@ -840,7 +840,7 @@ private function updateLock(): void $projectionsTable = $this->quoteTableName($this->projectionsTable); $sql = <<connection->prepare($sql); @@ -848,7 +848,6 @@ private function updateLock(): void $statement->execute( [ $lockUntilString, - Json::encode($this->streamPositions), $this->name, ] );