Skip to content

Non-autoincremented int and long primary keys are not working properly #37

@tylertreat

Description

@tylertreat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions