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
Numeric primary keys (int or long) that are not autoincremented are not working correctly. The ORM is attempting to set them after a persist when they should not be updated. See private void setPrimaryKey(Object model, long rowId) in SqliteTemplate.
The text was updated successfully, but these errors were encountered:
Numeric primary keys (int or long) that are not autoincremented are not working correctly. The ORM is attempting to set them after a persist when they should not be updated. See
private void setPrimaryKey(Object model, long rowId)
inSqliteTemplate
.The text was updated successfully, but these errors were encountered: