Latest dotConnect/Ora version does not generate SEQUENCE
Posted: Mon 06 Dec 2010 07:52
Hei,
After purchasing the site license, we have downloaded latest dotConnect for Oracle that comes with Entity Developer 3.0, and when working with EDML model, I am not able to generated a database creation script that would contain SEQUENCE creation script for columns marked as StoreGeneratedPattern.
Here are my challenges:
1. I can't mark as StoreGeneratedPattern columns in conceptual model (classes). Is this correct? Let's say I want to use the same model for both Oracle and SQL server. Shouldn't I be able to define identity columns on a conceptual level?
2. Although I can add StoreGeneratedPattern to columns in the physical model (SSDL), they are not reflected in generated SQL script.
3. In addition scripts don't have DROP TABLE statements
4. I checked T4 templates installed by Devart, and I can see instuctions for both DROP TABLE and SEQUENCE generation scripts, but this template does not seem to be used when I choose either "Generate database from model" or "Update database from model" options.
Am I missing something?
After purchasing the site license, we have downloaded latest dotConnect for Oracle that comes with Entity Developer 3.0, and when working with EDML model, I am not able to generated a database creation script that would contain SEQUENCE creation script for columns marked as StoreGeneratedPattern.
Here are my challenges:
1. I can't mark as StoreGeneratedPattern columns in conceptual model (classes). Is this correct? Let's say I want to use the same model for both Oracle and SQL server. Shouldn't I be able to define identity columns on a conceptual level?
2. Although I can add StoreGeneratedPattern to columns in the physical model (SSDL), they are not reflected in generated SQL script.
3. In addition scripts don't have DROP TABLE statements
4. I checked T4 templates installed by Devart, and I can see instuctions for both DROP TABLE and SEQUENCE generation scripts, but this template does not seem to be used when I choose either "Generate database from model" or "Update database from model" options.
Am I missing something?