Skip to content

Creating a new entity for a column without autoincrementing identifiers #129

Open
@robmaas

Description

We're having a issue with a Entity table that does not have a autoincrement identifier.

When creating a new entity the FluidityApiController.SaveEntity method uses the Id property to determine if the entity is a new one or an existing one that should be updated.
Since we can't use autoincrement this causes issues when the entity is persisted because Fluidity doesn't provide it, but we can't provide a value for Id because Fluidity thinks that we're updating a existing entity.

Any idea's on this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions