94 results found
-
Support DB-agnostic Models
Model should be DB-agnostic. One or more DB connections to a specific DB can be defined. These could be used for synchronization, XML mapping file generation etc. when requested by user. This way, a single model is maintained for more than one DB types. Now, there is not a simple way to accomplish this.
22 votes -
Oracle connectionstring DSN-less
Since we can connect to Oracle without using a TNSNAMES.ORA by fully specifing de DSN entry I think the connection interface should manage this by itself.
An example of a DSN-less connectionstring:Data Source=(DESCRIPTION=(ADDRESSLIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MyHost)(PORT=MyPort)))(CONNECTDATA=(SERVER=DEDICATED)(SERVICE_NAME=MyOracleSID)));User Id=myUsername;Password=myPassword;
3 votes -
Generate LinQ Code out of SQL Statement
Having the posibility to Enter "normal" SQL Code and out of this, generate the right LinQ Code.
3 votes -
T4 Template SSDL from SQL Server to Oracle
Allow to define DDL Generation Template property to "Devart SSDLToOracle.tt" (or some other template) in an EDMX model and that generates database type automatically from an SQL Server model to Oracle (or 1.vice versa) as explained at this thread:
http://www.devart.com/forums/viewtopic.php?t=1921626 votes -
Support for code first development
Support for the EF4 CTP about the code first development. See http://blogs.msdn.com/b/efdesign/archive/2010/06/21/productivity-improvements-for-the-entity-framework.aspx
3 votes -
Support Xml Editing in Entity Developer
I am editing the EDML visually in Entity Developer and textually in Notepad++. It would be nice to be able to toggle back and forth in ED to edit the XML. Especially when updating the model when a table has changed or when doing Find and Replace, e.g. False => false, Double to Decimal, or changing Widget to Spanner.
28 votes -
Allow column&props to be added as a pair auto-mapping bit>boolean, char>string via default map table
When adding a column, to be able to auto-add a property (via tick box) that maps to it and uses a default but alterable type mapping table.
E.g. Char becomes String, etc.
If nullable then IS nullable.0 votes -
Improved Integration with Ideablade DevForce
Ensure that Entity Developer and IdeaBlade DevForce work seamlessly with each other. Working with them so they support EDML in the DevForce Mapper, and making sure that changes to the EDML by their mapper are seamless in the DevArt model projects.
21 votes -
Automapping CRUD functions
Automatic mapping of CRUD functions by their names or user-specified rules
0 votes -
Storage schema diagram
Diagram for displaying storage schema
8 votes -
Query and SQL editor improvements
Code completion, syntax highlighting, code formatting, etc.
52 votes -
SQL code execution
Execution of native SQL code.
17 votes -
Ability to execute update scripts on the active model
Model editing via C# or Visual Basic script.
7 votes -
Model migration
Migrating models between different ORM solutions (from Entity Framework or LINQ to NHibernate, etc.).
33 votes
- Don't see your idea?