Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Andrén <[email protected]>
  • Loading branch information
Roiocam and johanandren authored Oct 4, 2023
1 parent 2e3446f commit fbc5a06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ trait OracleReadJournalDao extends ReadJournalDao {
if (isOracleDriver(profile)) {
val theOffset = Math.max(0, offset)
val theTag = s"%$tag%"
// fixes https://github.com/akka/akka-persistence-jdbc/issues/673, oracle do not support boolean type.
val selectStatement =
sql"""
SELECT "#$ordering", "#$deleted", "#$persistenceId", "#$sequenceNumber", "#$message", "#$tags"
Expand Down

0 comments on commit fbc5a06

Please sign in to comment.