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

MySQLPlatform lacks support of mariadb sequences #883

Open
slavb18 opened this issue Aug 19, 2020 · 0 comments
Open

MySQLPlatform lacks support of mariadb sequences #883

slavb18 opened this issue Aug 19, 2020 · 0 comments

Comments

@slavb18
Copy link
Contributor

slavb18 commented Aug 19, 2020

MySQLPlatform lacks support of mariadb sequences introduced in https://mariadb.com/kb/en/sequences/

Duplicating Bug 545248 - Support for mariadb 10.3 sequences https://bugs.eclipse.org/bugs/show_bug.cgi?id=545248

CREATE SEQUENCE was introduced in MariaDB 10.3.

https://mariadb.com/kb/en/sequences/

A sequence is an object that generates a sequence of numeric values, as specified by the CREATE SEQUENCE statement. Sequences are an alternative to AUTO_INCREMENT when you want more control over how sequence numbers are generated.

Sequences can be used as alternative to table storage, but without locks when multiple threads are accessing id generation.

slavb18 pushed a commit to slavb18/eclipselink that referenced this issue Nov 19, 2020
Signed-off-by: Vjacheslav Borisov <slavb@ilb.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant