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

Add support for MariaDB sequences #7004

Closed
5 tasks done
lukaseder opened this issue Jan 5, 2018 · 0 comments
Closed
5 tasks done

Add support for MariaDB sequences #7004

lukaseder opened this issue Jan 5, 2018 · 0 comments

Comments

@lukaseder
Copy link
Member

lukaseder commented Jan 5, 2018

MariaDB 10.3 supports sequences:
https://mariadb.com/kb/en/library/create-sequence

We should support them:

  • Fix sequence being generated as tables: Sequences are generated as tables in MariaDB #9291
  • In the code generator
  • nextval and currval expressions
  • In DDL statements
    • Notice that ALTER SEQUENCE .. RENAME TO .. is implemented through ALTER TABLE .. RENAME TO ..
  • Parser improvements (e.g. support for MINVALUE = value)
@lukaseder lukaseder added this to To do in 3.13 Other improvements via automation Sep 27, 2019
3.13 Other improvements automation moved this from To do to Done Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant