Open
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?
Metadata
Assignees
Labels
No labels
Activity