django-firebird
django-firebird copied to clipboard
Use ALTER SEQUENCE in sequence_reset_sql
Implement DatabaseOperations.sequence_reset_sql using ALTER SEQUENCE statement.
Seems that ALTER SEQUENCE is used for
def sequence_reset_sql(self, style, model_list): https://github.com/maxirobaina/django-firebird/blob/82f637ce83038837ff2a65b758702462a485a5e9/firebird/operations.py#L471
It's not totally implemented.
https://github.com/maxirobaina/django-firebird/blob/master/firebird/operations.py#L426