-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failure: Some eventsByTag tests fail with Oracle and legacy.ByteArrayReadJournalDao #673
Comments
Roiocam
added a commit
to Roiocam/akka-persistence-jdbc
that referenced
this issue
Sep 28, 2023
johanandren
pushed a commit
that referenced
this issue
Oct 4, 2023
Roiocam
added a commit
to Roiocam/akka-persistence-jdbc
that referenced
this issue
Oct 8, 2023
Roiocam
added a commit
to Roiocam/akka-persistence-jdbc
that referenced
this issue
Oct 25, 2023
octonato
pushed a commit
that referenced
this issue
Oct 27, 2023
* Replace event_tag FK to get rid of insert and return #710 * support rolling updates #710 * remove CRLF #710 * optimized migrator #710 * fixes oracle test #710 * unitTest,SQL for migration #710 * fix MigratorSpec #710 * chore: typo fix #710 * fix: IntegrationTest and clean code #710 * fix: compatible legacy tag read #673 * chore: mi-ma filter for PR * fix: optimized migrate step * fix: dialect for column fill * fix: update migration sql * fix: mysql dialect * fix: dialect syntax * fix: dialect syntax * fix: avoid use system table of mysql * fix: batch insert caused flaky test * fix: insert less event of large batch * fix: script fix and strongly express two-step update
Bugsource
pushed a commit
to Bugsource/akka-persistence-jdbc
that referenced
this issue
Jan 8, 2024
* Replace event_tag FK to get rid of insert and return akka#710 * support rolling updates akka#710 * remove CRLF akka#710 * optimized migrator akka#710 * fixes oracle test akka#710 * unitTest,SQL for migration akka#710 * fix MigratorSpec akka#710 * chore: typo fix akka#710 * fix: IntegrationTest and clean code akka#710 * fix: compatible legacy tag read akka#673 * chore: mi-ma filter for PR * fix: optimized migrate step * fix: dialect for column fill * fix: update migration sql * fix: mysql dialect * fix: dialect syntax * fix: dialect syntax * fix: avoid use system table of mysql * fix: batch insert caused flaky test * fix: insert less event of large batch * fix: script fix and strongly express two-step update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Started when logical deletion was removed in #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.
The text was updated successfully, but these errors were encountered: