Roiocam opened a new issue, #174: URL: https://github.com/apache/pekko-persistence-jdbc/issues/174
## Motivation supplement #158, continue solves #56 In #158, we notice that other databases support sequence but MySQL does not, but MySQL does have [auto-increment coumn](https://dev.mysql.com/doc/refman/8.3/en/example-auto-increment.html). I used `SELECT AUTO_INCREMENT FROM information_schema.TABLES` for retrieving recent automatically generated AUTO_INCREMENT value, but the bigger problem is the sequence number only assigned from MySQL, which can not increase them via `SequenceNextValUpdater`. -- 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]
