disable sequence generation for v5.70

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
prasongt
Posts: 6
Joined: Mon 08 Mar 2010 04:26

disable sequence generation for v5.70

Post by prasongt » Mon 24 May 2010 11:19

One thing i found when testing dotConnect for Oracle v5.70 is that there are "CREATE SEQUENCE" statements appear in the script when generate database from model. In my situation, i want to enter the key manually however i cannot find the way to disable this feature.

Step to reproduce
- new empty EDMX model
- new entity and set PK to Int32
- right click on the model and select "Generate Database from Model"

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

Post by AndreyR » Tue 25 May 2010 15:51

Thank you for the report, we have reproduced the error.
I will let you know about the results as soon as possible.

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

Post by AndreyR » Tue 06 Jul 2010 10:29

The new build will contain fix for this problem.

Post Reply