-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
Hi,
Great lib overall, thanks for sharing your work.
I have a mapping issue when using long Ids.
Here is a short console app sample that reproduces the problem: longIdsIssue.cs.
I create 4 dynamic Expandos with distincts long Ids. There is a child table Id (int) too.
As you see all Ids (parents and children) are distincts, so in the end we should have 4 distinct instances of the parent class, each one being linked to a distinct instance of the child class.
Instead, the mapping results in only 2 instances of the parent class, one containing 3 children and the other containing the last child.
The problem goes away if I change Ids to int.
Manuel
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels