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
307 stars 139 forks source link

fix: Avoid using boolean types under Oracle's data type limitations #673 #764

Closed Roiocam closed 9 months ago

Roiocam commented 10 months ago

References #673

This PR has been fix something like EventsByTagTest, but i got the ERROR on JournalSequenceActorTest.

I think it was my environment complaining database too slow, waiting for investigation.

Roiocam commented 9 months ago

@patriknw These CI checks have passed. Does this mean that this PR has successfully solved #673?