pjfanning commented on code in PR #156:
URL: 
https://github.com/apache/pekko-persistence-jdbc/pull/156#discussion_r1577857396


##########
core/src/main/scala/org/apache/pekko/persistence/jdbc/state/DurableStateQueries.scala:
##########
@@ -46,6 +47,9 @@ import slick.jdbc.{ H2Profile, JdbcProfile, OracleProfile, 
PostgresProfile, SQLS
   private[jdbc] def selectFromDbByPersistenceId(persistenceId: Rep[String]) =
     durableStateTable.filter(_.persistenceId === persistenceId)
 
+  private[jdbc] def selectFromDbByPersistenceId(persistenceId: String) =
+    durableStateTable.filter(_.persistenceId === persistenceId)

Review Comment:
   removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to