295 results found
-
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 -
github copilot
Are there any plans to introduce GitHub co-pilots into dbforge studio for MySQL?
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.
-
Colors for Relations, Views and Tables
Just to customize diagrams a little more
7 votes -
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 -
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 -
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 -
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 -
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 -
Create new, delete old, rename... when rebuilding indexes
When a index has been modified that causes the index to be rebuilt, add a option to rebuild using the following flow.
Create new index with temp name.
Drop existing index.
Rename index with temp name to correct name.For tables that take a few hours to build indexes on, this will allow the existing index to remain being used while the new one is building. Then once it is built, remove the original index.
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 -
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 -
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 -
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 -
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 -
Change color of tab and status bar to match connection
It would be really useful to use more color to highlight the current connection in the active window, e.g. ability set tab and status bar background to red to match the color attribute of the connection
6 votes -
allow schema-level environment category labelling
In the Database Connection Properties dialog, you can set the Environment Category to Production/Test/etc.
I have multiple instances where one database server holds the Test and Production schemas. It'd be nice to be able to label each schema accordingly.
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 -
Reorder tables in Data Compare comparison result
On the comparison result page, please provide an option to reorder the tables, so that the order of synchronization can be controlled.
This would be useful if we don't want to disable foreign keys, but tables depend on each other, in a specific order, and data can be added to target also in a specific order6 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
- Don't see your idea?