You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
andIDENTITY_TYPE
configuration values.The text was updated successfully, but these errors were encountered: