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

Validate Auto field's increment option #412

Closed
subhashb opened this issue May 9, 2024 · 1 comment
Closed

Validate Auto field's increment option #412

subhashb opened this issue May 9, 2024 · 1 comment
Assignees

Comments

@subhashb
Copy link
Contributor

subhashb commented May 9, 2024

Validate and document Auto field's increment functionality.

It seems to be applicable only to those database adapters that support it, and it needs be tightly coordinated with the values for IDENTITY_STRATEGY and IDENTITY_TYPE configuration values.

@subhashb subhashb self-assigned this May 9, 2024
@subhashb
Copy link
Contributor Author

Documentation has been updated in #437 to reflect aspects around increment functionality. For now, the decision is to retain it as part of the Auto field for those rare cases where we need an incrementing value column. This need not be a primary key.

The database schema has to be configured separately to increment the values of the attribute/column.

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