akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
https://doc.akka.io/docs/akka-persistence-jdbc/
Other
309 stars 142 forks source link

failure: Some eventsByTag tests fail with Oracle and legacy.ByteArrayReadJournalDao #673

Open patriknw opened 2 years ago

patriknw commented 2 years ago

Started when logical deletion was removed in https://github.com/akka/akka-persistence-jdbc/pull/569, but that probably didn't work with logicalDelete=false before that either. It showed up with that change because the default for logical delete was changed.

Roiocam commented 1 year ago

I believe the reason for this issue is because Oracle does not support the boolean data type. Therefore, after PR #569, the functionality stopped working.

It's frustrating because this problem has recurred in PR #731 and has caused me some difficulty.

截屏2023-09-05 13 38 39