Skip to content

Optional RestartSequenceOperation.StartValue #26560

@dmitry-lipetsk

Description

@dmitry-lipetsk

MSSQL, PostgreSQL and Firebird support "ALTER SEQUENCE {name} RESTART " without "WITH startValue" section

RestartSequenceOperation.StartValue requires definition of startValue:

/// <summary>
/// The value at which the sequence should re-start, defaulting to 1.
/// </summary>
public virtual long StartValue { get; set; } = 1L;

Why do not use Nullable<long> for this property?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions