Roiocam commented on PR #192: URL: https://github.com/apache/pekko-persistence-jdbc/pull/192#issuecomment-2111724672
Seems like `JournalMigratorTest` is incorrect in SQLServer and Oracle: in SQLServer: ```scala JournalMigrator(SlickDatabase.profile(config, "slick")).migrate().futureValue shouldBe Done ``` will complain: ``` com.microsoft.sqlserver.jdbc.SQLServerException, with message: Cannot insert explicit value for identity column in table 'event_journal' when IDENTITY_INSERT is set to OFF... ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
