460 results found
-
When adding revisions, allow searching by commit hash
A nice improvement to the process of adding revision(s) to a review would include the ability to search by commit hash.
In our agile process, a "story" that is ready for code review generally has the last commit hash (or a list of the commit hashes) documented somewhere on the card/case/whatever-you-call-it. Given this information, it would be really nice to simply copy that hash and be able to search for revision(s) when starting a new review.
7 votes -
Format binary column in data grid
I'd like to see a way to make the data grid display all values for a specific columns (in this case, a binary(16)) as a GUID.
Right now I have to create a view for each table and I would prefer it to be more efficient.
This could be solved in a robust and efficient way by allowing the user to apply a function of their choosing to the column. That's really all I'm doing in the view.
7 votes -
message about deleting indexes
when deleting many indexes every time before delete i need to press yes on confirm message, its slow down work with tables. if i have 10-15 fk in table and i need to delete 7 fk, than i will press Yes 7-n times on confirm message. Give please option to delete without confirm.
7 votes -
Usability: Highlight important Tables
PLEASE SUPPORT ME:
7 votesAdminDevart (_, Devart) respondedYou could use the ‘Database Project’ functionality as described below:
1. Select ‘File → New → Blank Project’ from the main menu.
2. Drag’n’drop the connection from Database Explorer onto Project Explorer (select ‘View → Project Explorer’ from the main menu).
3. Drag’n’drop the specified tables from Database Explorer onto Project Explorer.
4. Save the project by selecting ‘File → Save NewProject As…’ from the main menu.Now, whenever you open the project, you will have your favourite tables in a convenient place.
Please also see the ‘Managing Database Projects’ node in the product’s Help documentation.
-
can we have option to change font size
can we have option to change font size, in table edit and toolbar many more required have change font size. because it is very difficult in big size monitor and specially have developer which high eye number issue. it is very difficult to read.
when we are doing long time work, eye have pain, headache issue also.
Thank you
7 votes -
Table does not get renamed from initial caps to lowercase
If you rename a table and change it from initial caps to lowercase, it doesn't get renamed. For example, you can't rename it from "Calls" to "calls".
6 votes -
Ability to import nested xml tags
Your XML import only can deal with a single dimension of data. There is no way of dealing with the [Link] second hierarchy. Properly creating a schema and/or entities is very important now with web services and there are not many programs that can do it.
6 votes -
Add switch key to mouse click to open table in different views
Add a switch key (SHIFT, CTRL or ALT) to the mouse click behavior to open a table in design, text or data view with a single click.
6 votes -
Display in output window when query started
If it is not possible to display how long current set of queries is being executing (in a status bar next to word "Executing..." - I don't see quite honest why it is not possible), how about to show start time in an output window saying when query was sent to execution. Right now it shows only AFTER query has returned a result which is some what becomes irrelevant.
I come from MS SQL and it is handy to know how long any query is executing without profiling it.
6 votes -
Set toolbar fixed
fix the toolbar so that it can not be accidentally moved during normal working.
The fixation can be disabled/enabled in the toolbar configuration.
6 votes -
Column highlight in insert statement
Tables with many columns (+20) becomes complex when you need to make insert. You need to make sure that the value is pointing to the correct column.
It will be a great feature to have the highlighted column matched with the value in the insert statements.
Like this:
INSERT INTO dbo.MyTable
(
Id,
Name,
LastName,
Age)
values
(1,
'john',
'Henrik',
22)When clicking on the value John the Name column should be marked/highlighted. This means that the John value will be added to the Name column. And vice versa.
6 votes -
Implement "Undo Unchanged Files" feature for TFS for any folder in pending changes.
Implement "Undo Unchanged Files" feature for any folder in pending changes.
For TFS this will be brilliant feature because there is no good tool/extension to do so.
Especially it is useful when baseless merge is performed.6 votes -
Timezone for Session in Connection String
I want to define the timezone for my current session within the connection parameters (Advanced).
Today I fire the following SQL Script at first to the Server
set session time_zone = "MET";For the character set you're already have such a feature!
6 votes -
Quick search of a table after retreiving data
A search bar across the top above column names after retreiving data (either by right clicking on a table and retreiving data, or after running a select query).
The search bar would function as a WHERE statement clause to temporarly further refine the data.
Example: data on a record needs to be quickly manually edited. With two clicks (one right on the table, on left on retreive data) I can retrive records from the table. Then typing in the search bar "id = 3728" (without the quotes) woulld then filter the results down to only those matching.
Both SequalPro (Mac)…
6 votes -
Pop up procedure and function params on Ctrl+Space like variables
Now, when we edit function or procedure, we can insert first letters of any var, then press Ctrl+Space and see list with types, tables and procedure (or function) variables. So, please add function params (or procedure... :)
6 votes -
Ability to print table structure information
I love the product, but find the table printing to be a bit basic, and also time consuming if you wanted to print several tables. I've basically switched away from EMS SQL Manager for MySQL to your product (as yours runs much faster, especially when syncing), but still have to go back to EMS to print tables (like the one attached). EMS also has a nice feature where you can select multiple tables and print them off in one go. Any chance of something similar for dbForge studio?
6 votes -
Configure SECURITY DEFINER
Have an option to be able to configure the default SECURITY DEFINER, currently it always selects Definer and the current user. I want to be able to configure a different user or for it to be SECURITY INVOKER.
6 votes -
Ability to specify custom value for multiple cells
When right-clicking a selection in Data Editor and selecting the 'Set Value To' popup menu section, in addition to the existing 4 options, there should be the ability to specify custom value.
6 votes -
Allow disabling quotes for SHOW CREATE TABLE during schema compare.
Give an option to run SET sqlquoteshow_create=OFF; before a schema compare. So that the schema generated via MySql does not add the quotes to everything.
6 votes -
DB Forge Fusion conflicts with normal database projects
When db forge fusion for MySQL is installed it makes it very difficult to work with Microsoft database projects.
We need the ability to turn off DB forge fusion within visual studio.
Or give the ability to switch back and forth.Right now it seems the only way to switch between them is to uninstall and reinstall. (complete not going to work)
6 votesAdminDevart (_, Devart) respondedCould you please describe this in more detail? Please also let us know what’s the version and edition of your Visual Studio, dbForge Fusion and Windows operating system. Additionally, please let us know if your Windows x32 or x64.
- Don't see your idea?