New "bug" since last update

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

New "bug" since last update

Post by Zero-G. » Fri 03 May 2013 10:00

Hey

I have found a new "bug" in your latest update.
When I choose OneToOne Relation between two tables, than in both direction, a 1:1 relation is build. - In older versions, it was a real ManyToOne Relation.
Now, I get errors, when other 3rd Party software do check all Relations.

Because in real, I do have Many to One relations and no real One to One relations.
Please tell me, what you will do with this in future, will there be a ManyToOne relation in EF Designer? - Or can you please check it this way, that it will get compatible to older versions.

THX

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

Re: New "bug" since last update

Post by MariiaI » Wed 08 May 2013 11:45

Sorry for the delay. Please specify the following:
1) whether you are working with LinqConnect or Entity Framework ORM (as you mentioned EF Designer in your post);
2) what relationships exactly do you mean: do you choose OneToOne Relation between two tables in the database, or in the model?

Please specify detailed steps to reproduce this behavior.

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Re: New "bug" since last update

Post by Zero-G. » Fri 10 May 2013 07:35

Hey

I am working with EF Designer - Not LinqConnect (sorry for that)
do you choose OneToOne Relation between two tables in the database, or in the model
The OneToOne Relation is set in the model (mySQL doesn't allow this specification - so, in the database, there is a ForeignRelation set between the two tables)

THX

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

Re: New "bug" since last update

Post by Shalex » Tue 14 May 2013 16:18

Please send us a test model and tell us the steps we should follow to reproduce an incorrect behaviour (also specify the behaviour which you consider as a correct one).

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Re: New "bug" since last update

Post by Zero-G. » Thu 16 May 2013 12:29

Hey

I found the Problem by my self. - Sorry, THX

Post Reply