On Oracle Linq I'm getting the following error trying to update a detached entity.
Getting An entity can only be attached as modified without original state if it declares a version member or does not have an update check policy.
I have set Update Check Policy to Never for all columns except the primary key, which it won't let me change.
This is with driver version 2.20.11.0 and used to work with older drivers.
I cannot add a version column as I am not allowed to change the structure of the table.
Getting error using Oracle Linq. This used to work with old
Ah, that's why
Looks like the 6.10.111 driver is supposed to fix this. We shall see.