Skip to content
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

MySQL support for DurableState #174

Open
Roiocam opened this issue Apr 9, 2024 · 0 comments
Open

MySQL support for DurableState #174

Roiocam opened this issue Apr 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Roiocam
Copy link
Member

Roiocam commented Apr 9, 2024

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.

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.

@Roiocam Roiocam added the enhancement New feature or request label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant