94 results found
-
Cover up for EnumTypes
These enum type all go to database, and back to user, some time's its just a true false flag, and sometime much more complex, But, what is this about, is, we dont always use enum to store some state, some time we want to show it's value, and for me, it come to be atlast one in any of my form, this is nice i have enums, but i cant just show them , they should be modified to show result in some appropriate way, like more detailed, or for me, translated,...
so what i have in mind, is to…1 vote -
Support for ErrorMessage where MaxLength could be substituted into {0} to customize the error message.
Would be good to allow customizing the error message for MaxLength attribute to say what MaxLength is limited to.
1 vote -
MultipleActiveResultSets
After creating a Entity Model based on SQL Server 2008, I have to change the connection string so that queries run correctly.
I have to add...
MultipleActiveResultSets=True;If would be nice if the Entity Developer would have this set by default just like the VS 2010 EDM designer.
Also, It would be nice to be able to modify the connection properties using the "Edit Model Setting" screen instead of having to edit the string manually in the .edps code file.
1 vote -
Fix Out-Of-Memory exception in long running DbMonitor
DbMonitor is a highly valuable tool for us to support Sql debugging between .NET and an oracle database server.
I would like to just keep it running in background to be able to see what happened in case of an error, without having to restart it again and again.Unfortunately dbMonitor seems to take as more and more memory while running up to a bad handling of Out-Of-Memory execeptions spamming the screen and not even allowing to cleanly shutdown the dbMonitor application (except by killing the process).
It would be great to fix that, e.g. by auto-pruning process logs when…
1 vote -
Allow removing running processes in DbMonitor
When a process terminates in a dirty way (e.g. a visual studio software killed by "stop debugging", dbMonitor keeps the process in the process list. It's possible to clear the log, but the process remains and cannot be removed.
This sounds useful as a default for "remove process", as usually a process that is still running may still be or become of interest again, but for processes that doesnt' exist any more it would reduce the necessity to restart dbMonitor every few hours.Maybe (although clearing the log should help even more), this would even support https://devart.uservoice.com/forums/38671-entity-developer/suggestions/12519276-fix-out-of-memory-exception-in-long-running-dbmoni and it may…
1 vote -
DbMonitor: Show only my own processes
When developing with several people on the same Windows machine, DbMonitor always shows all processes of all users.
As it's impossible to identify the right one (when more than one starts the same application) it would be great to be able to see the "owner" (user account name) and to filter the processes by it. Special case here: show only my own ones.
1 vote -
DevExpress XAF Code Generation Template
As a starting point in my software development projects, I use Entity Developer to create conceptual models of the associated business entities. Next, I generate a database based on the conceptual model. I then use DevExpress ExpressApp Framework (XAF) to create an initial user interface for populating the database with the content which describes the business entities. I would like a code generation template to generate the XAF C# code for the business objects in the Entity Developer conceptual model.
1 vote -
Add Snake casing converter to support Postgres and MySQL standard naming convenion
MySQL and Postgres standard naming convention uses snake casing, it would be essential to add a translator to translate to snake casing (database table name, database column name). Refer to forum post http://forums.devart.com/viewtopic.php?f=32&t=35171
1 vote -
DbGeography Length to return meters ,not degrees
Length returns degrees not meters , from a wgs84 (srid=4326) DbGeography column (MS returns meters...)
1 vote -
Generate JSON from an existing NHibernate (*.hbml) data model
If JSON can be created from an existing hbml data model, it will help to bind the data model class properties to the UI Form component classes and it will also help to find the association of classes in JSON as array of class objects (for 1 to many relationship) and so on.
1 vote -
Automapping CRUD functions
Automatic mapping of CRUD functions by their names or user-specified rules
0 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 -
Refresh model during build
In DB-first models, when any changes are done to the schema the developer has to manually update the model by running the wizard.
There should be a way to update the model from a running db at build time. This way you can guarantee that nightly builds are consistent with the latest schema changes.
Bonus points if you can save the options from the wizard (e.g. specific table names to be refreshed) and use them in the auto-refresh process.
0 votes -
Configuration classes in the DbContext template
Ability to choose whether to generate fluent mapping for all entities in the OnModelCreating method or to implement fluent mapping generation in the separate configuration classes - a class per entity.
0 votes
- Don't see your idea?