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
If setIdentityProperty() has not been called after addEntity() during configuration, and the entity has an id property that's an int or a string, consider it an auto-increment identity field by default.
This will prevent overly verbose configuration files as most entities have such an ID.
The text was updated successfully, but these errors were encountered:
BenMorel
changed the title
Make id property autoincrement identity property by default
Make id property identity property & autoincrement by default
Jan 21, 2019
BenMorel
changed the title
Make id property identity property & autoincrement by default
Make 'id' property the identity property & autoincrement by default
Jan 27, 2019
If
setIdentityProperty()
has not been called afteraddEntity()
during configuration, and the entity has anid
property that's anint
or astring
, consider it an auto-increment identity field by default.This will prevent overly verbose configuration files as most entities have such an ID.
The text was updated successfully, but these errors were encountered: