We are usign dotConnect for Oracle as our provider for Entity Framework to access an Oracle database.
We are using Self-tracking entities.
When saving changes to the DB not all changed columns are included in the generated UPDATE statement. More specifically, columns which originally had a NULL-value are not included in the UPDATE.
Any tips concering the cause of this problem are appreciated.
Missing columns in generated UPDATE
Followup:
the problem only occurs after applying :
http://social.msdn.microsoft.com/Forums ... a598bad25e
we fixed it by applying :
http://social.msdn.microsoft.com/Forums ... 1fcb38dee4
the problem only occurs after applying :
http://social.msdn.microsoft.com/Forums ... a598bad25e
we fixed it by applying :
http://social.msdn.microsoft.com/Forums ... 1fcb38dee4