@rjperes Can you post the code for your entities?
This is not a bug as such, but rather the way independent associations are designed to work, which is based a lot on the modeling concepts inside EDM and how these are then translated to the relational work. We have discussed changing this behavior, but it is unlikely that we will do so. Instead a better approach would be to further reduce the use of IAs such that they are never needed, even when FKs are not mapped to CLR properties. However, this is considerable work.
Thanks,
Arthur
This is not a bug as such, but rather the way independent associations are designed to work, which is based a lot on the modeling concepts inside EDM and how these are then translated to the relational work. We have discussed changing this behavior, but it is unlikely that we will do so. Instead a better approach would be to further reduce the use of IAs such that they are never needed, even when FKs are not mapped to CLR properties. However, this is considerable work.
Thanks,
Arthur