Search found 1 match

by KumG
Tue 17 May 2022 08:49
Forum: dotConnect for Oracle
Topic: DbUpdateConcurrencyException when using Devart dotConnect (9.5.454.0) with Oracle in EF Code First
Replies: 14
Views: 111656

Re: DbUpdateConcurrencyException when using Devart dotConnect (9.5.454.0) with Oracle in EF Code First

Hi,


I have the same problem even with the last version of DotConnect for Oracle and EF 6.4.4 and using

Code: Select all

modelBuilder.Properties<DateTime>().Configure(p => p.HasPrecision(6));
didn't help.

Is there another solution ?