Generation warning 6035

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
pokaragat
Posts: 23
Joined: Mon 15 Sep 2008 21:09

Generation warning 6035

Post by pokaragat » Thu 04 Dec 2008 16:50

With the 5.0, I got these warnings:

warning 6035: The relationship 'VCL.R_313' has columns that are not part of the key of the table on the primary side of the relationship which is not supported, the relationship was excluded.

This was not a problem in 4.75.43.

I also noticed that this occurs when the foreign key was nullable.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 05 Dec 2008 07:13

This warning is arised when the EDM is generated. This is a limitation of Entity Framework.
Probably, some changes were made in mapped database objects, because this message has to be shown in 4.75.43 too.

pokaragat
Posts: 23
Joined: Mon 15 Sep 2008 21:09

Post by pokaragat » Fri 05 Dec 2008 22:14

I actually generated Edmx from both 5.0 and 4.75.43 from the same database and compare the results. 5.0 has these warnings and 4.x does not.

I have two machines, one with 5.0 and one with 4.x just to compare the results.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 08 Dec 2008 09:38

Please provide us the script of foreign key that causes the error, and the script of the tables taking part in this FK.

Post Reply