-
Type: Epic
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
None
-
Done
-
Composite key support
EF entity could have several properties marked as a PrimaryKey. On other hand MongoDB require PK to be a single field named "_id". In case of composite keys there should be a nested document created, for example:
{
_id: { OrderId : 1, ProductId : "ABC" },
...
}
- has to be done before
-
EF-31 Implement common test infrastructure
- Backlog