The following features are on our roadmap:
Performing INSERT/UPDATE/DELETE operations in batches will increase performance of data updating.
Possibility to generate shorter SQL statements – without line breaks, indents, and formatting. Query formatting is useful only when monitoring SQL statements, and it increases SQL size.
Make EDM Wizard process NUMBER columns according to NumberMappings in the connection string.
Implement a workaround for Entity Framework bug
( http://stackoverflow.com/questions/682429/how-can-i-query-for-null-values-in-entity-framework )
so that users don’t need to write a more complex LINQ to Entities query to avoid this bug.
Make NULL insertion generation in INSERT statements optional.
Add support for Oracle 8.
Let user filter objects, available in the EDM Wizard, by owner/grants/privileges/etc.
Let user filter objects, available in the EDM Wizard, by owner/grants/privileges/etc.
Add possibility to configure provider behaviour in a more flexible way.
Additional options for dynamic database creation:
- whether to create named constraints
- naming rules for primary keys, foreign keys, sequences, triggers
- identity column processing for Oracle database
- specifying tablespace for Oracle database
Database/Schema Creating and Deleting for MySQL and PostgreSQL.