LinqConnect Professional Version 4.2.272 (20-Jun-2013) - Oracle and Autoincrement

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
AKRRKA
Posts: 198
Joined: Thu 26 Jan 2012 15:07
Location: Russia
Contact:

LinqConnect Professional Version 4.2.272 (20-Jun-2013) - Oracle and Autoincrement

Post by AKRRKA » Thu 27 Jun 2013 12:59

Hello.

Very important and critical issue!
I have a lot of classes in the model, and many have auto-increment key.
When generating script or DB for Oracle, the sequence and trigger is created only for one of them, for the rest is not created.

An example will not lead, it is easy to repeat.
Really need the corrected version.

Thank you.

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

Re: LinqConnect Professional Version 4.2.272 (20-Jun-2013) - Oracle and Autoincrement

Post by MariiaI » Mon 01 Jul 2013 15:19

Thank you for the report. We have reproduced this issue. We will inform you when this issue is fixed.
As temporary workaround, you could try defining names of the sequences for the necessary auto-increment fields in the model (set the IdGenerator property to 'Sequence' and specify its name, and then generate the database script).

AKRRKA
Posts: 198
Joined: Thu 26 Jan 2012 15:07
Location: Russia
Contact:

Re: LinqConnect Professional Version 4.2.272 (20-Jun-2013) - Oracle and Autoincrement

Post by AKRRKA » Wed 03 Jul 2013 13:40

Ok. It worked.
But I have a model about 70 objects. It is very uncomfortable and there is a chance of error.
Please process it in the Entity Developer.
Thanks.

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

Re: LinqConnect Professional Version 4.2.272 (20-Jun-2013) - Oracle and Autoincrement

Post by MariiaI » Thu 04 Jul 2013 06:25

We will definitely inform you when the new build of LinqConnect with a fix for this issue is available.

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

Re: LinqConnect Professional Version 4.2.272 (20-Jun-2013) - Oracle and Autoincrement

Post by MariiaI » Thu 18 Jul 2013 12:00

The bug with wrong script generation for several tables with autoincrement fields in the "Generate Database Script From Model" and "Update Database From Model" wizards is fixed.

New build of LinqConnect 4.2.292 is available for download now!
It can be downloaded from http://www.devart.com/linqconnect/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=31&t=27551.

Post Reply