dotConnect for Oracle 8.2 + EF6.0.2 Oracle 12C Identity column problem

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: dotConnect for Oracle 8.2 + EF6.0.2 Oracle 12C Identity column problem

Post by MariiaI » Tue 15 Apr 2014 09:23

We have sent you a small test project with comments, which demonstrates a possible way to implement your scenario, to the e-mail address you have provided in your forum profile. Please check that the letter is not blocked by your mail filter.

John Liu
Posts: 61
Joined: Wed 14 Nov 2012 20:58

Re: dotConnect for Oracle 8.2 + EF6.0.2 Oracle 12C Identity column problem

Post by John Liu » Mon 21 Apr 2014 16:32

Thanks for the sample project. It will work for my next release. but can you provide a fix in dotConnect for Oracle8.2.x + EF6.0.2 to work with Oracle 12C?
thanks
JL

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: dotConnect for Oracle 8.2 + EF6.0.2 Oracle 12C Identity column problem

Post by MariiaI » Tue 22 Apr 2014 10:39

Unfortunately, we can't provide you with a fix for this issue in dotConnect for Oracle 8.2.x, EF6.0.2 and Oracle 12C.
As we have mentioned before, Entity Framework is not oriented on this approach and such scenarios should be implemented with several versions of the migration, because each EF migration stores an edmx file in a packed form in its resourses with the provider-specific part (for every Entity Framework provider this part differs).

ogi
Posts: 12
Joined: Wed 19 Oct 2016 07:19

Re: dotConnect for Oracle 8.2 + EF6.0.2 Oracle 12C Identity column problem

Post by ogi » Wed 19 Oct 2016 07:23

Does anyone still have this sample project? We are facing the same problem, and I wouldn't want to reinvent the wheel.

Thank you.

Regards,
Andrej

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: dotConnect for Oracle 8.2 + EF6.0.2 Oracle 12C Identity column problem

Post by Shalex » Fri 21 Oct 2016 09:44

ogi wrote:Does anyone still have this sample project? We are facing the same problem, and I wouldn't want to reinvent the wheel.
We have just resent it to your email address.

ogi
Posts: 12
Joined: Wed 19 Oct 2016 07:19

Re: dotConnect for Oracle 8.2 + EF6.0.2 Oracle 12C Identity column problem

Post by ogi » Fri 21 Oct 2016 10:34

Shalex wrote:
ogi wrote:Does anyone still have this sample project? We are facing the same problem, and I wouldn't want to reinvent the wheel.
We have just resent it to your email address.
Awesome, thanks.

Post Reply