otConnect forgets the custom link names

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
jauco
Posts: 3
Joined: Wed 29 Apr 2009 14:17

otConnect forgets the custom link names

Post by jauco » Fri 01 May 2009 07:03

I have a database where one table sometimes has two foreign keys to the same table e.g. the personnelPeerReview table has two links to the personnel table, one for the reviewer and one for the reviewee. Each time I open the lqml file in the Entity Developer it 'forgets' the custom names I have assigned to these links. so reviewer becomes personnel and reviewee becomes personel1. This is quite annoying, it means I have to either change my code to point to personnel(1) which is less readable, or I have to change all these names by hand each time I edit the lqml.

Does anyone have a fix/workaround/experienced this problem?

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

Post by AndreyR » Tue 05 May 2009 10:44

I have tried to change the association properties through Association Editor window in the latest 2.0.18 release version
and everything succeeded, changes persisted after saving. Try updating to the current version.

jauco
Posts: 3
Joined: Wed 29 Apr 2009 14:17

Post by jauco » Wed 06 May 2009 11:10

sorry for the late reply.

I upgraded to the latest version and the problem seems to be gone :)

Post Reply