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

Use ALTER SEQUENCE in sequence_reset_sql #34

Open
maxirobaina opened this issue Jun 23, 2014 · 2 comments
Open

Use ALTER SEQUENCE in sequence_reset_sql #34

maxirobaina opened this issue Jun 23, 2014 · 2 comments

Comments

@maxirobaina
Copy link
Owner

Implement DatabaseOperations.sequence_reset_sql using ALTER SEQUENCE statement.

@maxirobaina maxirobaina added this to the 1.8.0 milestone Mar 28, 2016
@maxirobaina maxirobaina removed this from the 1.8.0 milestone Apr 24, 2017
@mariuz
Copy link
Collaborator

mariuz commented May 13, 2020

Seems that ALTER SEQUENCE is used for

def sequence_reset_sql(self, style, model_list):

def sequence_reset_sql(self, style, model_list):

@maxirobaina
Copy link
Owner Author

It's not totally implemented.

https://github.com/maxirobaina/django-firebird/blob/master/firebird/operations.py#L426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants