460 results found
-
Add tables multiple times to a diagram to improve readability
If you have a table with many contrans it gets a little confusing in a big diagram. So maybe you can add a duplicate of this table, mark it as duplicate, and route som constrains to the first copy (reference, however you call it) and some to the other. so you can reduce crossing constrain lines.
3 votes -
customizable Text size everyware
For Texteditor or Data Editor it is already possible, but not for other tables e.g. while editing the structure of a table
3 votes -
Filter DB objects in Schema Compare
Only Compare Table Schema for example and forget the rest of the DB objects. Often I don't need to compare the entire Schema. Just the views or maby just the Tables...etc.
3 votes -
I've got an error when connecting to sphinx
Sphinx 2.1.3 via ssh tunnel
Dbforge 6.2.233sphinxql: syntax error, unexpected IDENT, expecting VARIABLES near 'DATABASES'
I can make queries but cann't see indexes. And this error occurs on each connection. Very annoying
3 votes -
Allow users to remove close buttons from tabs
The close buttons take up space and can be clicked by accident. Closing via the middle mouse button is a very useful pattern adopted by many apps, like Firefox & NetBeans.
3 votes -
3 votes
-
Allow configuration of record count display to (x of y (of z)) so users always know the total record count in the query.
I'd deleted a lot of records from a debugging trace table (inserted < '2014-08-01') but dbForge MySQL still said "Record 3 of 4000". It would have been really helpful if it had actually said "Record 3 of 4000 (of 5043)" I'd forgotten the "toolbar" entry was set to 4000 for a moment. In many cases it is helpful, if not essential, to know the total record count if only a subset is displayed. This could be configurable to avoid upsetting other users.
3 votes -
Ability to comment selected text with multi-line comment syntax /* ... */
Add the ability to comment selected text in a SQL document using multi- line comment syntax /* ... */
3 votes -
Add a point editor
Right now POINT fields are shown as BLOBs which make them quite unusable in the IDE. Please add a simple editor so we can edit the X/Y values.
3 votes -
Tool for analyzing query performance that would propose possible improvements (create index, stats ...)
hello
I use "dbForge Studio for MySQL" for a few months instead of "SQL Maestro" I used several years.
In parallel, I use "Microsoft Managment Studio" to manage Sql Server databases.
In this software, there is a feature that allows to analyze the performance of queries, and "Managment Studio" proposes ways to improve (create index, stats ...) of the application under test.
If this could be added in your software, that would be great!
Best Regards
pascal.3 votes -
Display which source fields aren't mapped to destination fields
When importing files in the Mapping screen, the software shows which destination fields are and are not mapped to a source field. It would be great to know which source fields aren't mapped to a destination fields too.
3 votes -
Multiselect in session manager
Right now I've to kill sessions/queries in session manager one by one. I would like to be able to select many of them (usualy sorted by query time) and kill them all - even if it's actually executed as individual queries.
3 votes -
data viewer / editor with bigger default close/save button
It takes too long to work with the data viewer. Yesterday I had to search for the save button????!!!!!
I need a BIG button which does SAVE & CLOSE of edito at the same time because this is what you do all the time when opening the editor.3 votes -
implement developer express new FIND PANEL feature ASAP
I have found this feature in the quantum grid suit to be outstanding - and you guys know as well as I do - how easy it is to make it available. This is a no brain feature. For those reading this and potential voter, imagine being able to search any column in the data from one simple search box. then a filter list of your search is presented to you in one click. This is achievable now without any special code on the behalf of devart. Come on vote for this and you will adore it.
3 votes -
Capability to spell check the text that is entered into the database
I suggest for the developer to have capability to spell check the text that is entered into the database. The current software does not permit spell check so with that I currently have to put info into another database file that can check for spelling, export to excel and then upload to the program, which is taking time to export/import. If I have to tweak a record, I have to be sure to do it in both files, which if not done correctly could cause files down the road to not be the same.
3 votes -
Automatically open Database when opening a new SQL query
If you've already clicked on the database you wish to use, opening a New SQL Query should automatically connect to that database so that intellisense works immediately. At the moment you have to additionally right-click on the database entry and select "open". It's a productivity thing when you use dbForge intensely, as I do.
3 votes -
Use Code Compare for diff views
You have Code Compare, so using their logic/viewports to manage the data/schema diffs shouldn't be impossible. Right now the two views are just syntax highlighted blocks of text and it can be difficult to find what actually changed.
I often paste the two blocks into FC so I can see the diff, which is tedious. But important!
3 votes -
Add the ability set a global file->open language when opening SQL pages
Currently there is no way of setting the default language to read a SQL script.
Users must select 'File -> Open File...' in the main menu EACH time they open a file and tell the program which language the page is encoded in
Within my (local) Environment, my default language (set by Windows) is Western European, however I save all my scripts as UTF-8 (65001) by default as my deployment environment is on a UNIX server
it would be very much appreciated if I could save my default "Open As..." information somewhere in the IDE Options
I'm sure other developers…
3 votes -
Display field comments in the database diagrams
There are 3 options to display fields in the database diagram:
* Field names only
* Field name & type
* Field name & precise typePlease, add 1 more to display Field name, type and comment.
It will make the diagram more clear for a person who doesn't know the database structure well enough. As they won't have to click on every table to see what exactly those fields mean.
3 votes -
Use SHOW ENGINE X STATUS
When an error occurs when you update a table you only get generic error messages that don't mean anything. Using the SHOW ENGINE INNODB STATUS in my case will give me a really nice description of what actually has happened.
It would be great if on errors dbForge queries the SHOW ENGINE INNODB STATUS and returns a more dev friendly error message.
3 votes
- Don't see your idea?