468 results found
-
"Modify via SQL" always Refresh automatically before opening Editor
When we work in Stored Procedures we already overwrote accidentially code as we were working in different windows and worked on an old version of the code
It is annoying to always need to refresh first to make sure that no old copy of the code is edited.
3 votes -
Add option to disable autocommit
PLEASE add an option to disable autocommit at the connection level. It should be in the connection parameters so that it is switched OFF when you open the connection, and remains OFF unless you specifically enable it in a transaction. This seems like basic, common sense. autocommit is EXTREMELY dangerous when working in a production environment. It is unacceptable that there is no ability to control this basic feature at the client side.
3 votes -
9.2.105 Bug -- Cannot connect (SSL) to AWS Aurora MySQL
Using identical configuration and credentials, v9.2.34 (and previous versions) connects to my AWS Aurora MySQL instance over SSL. However, the v9.2.105 update does NOT connect. It returns a dialog stating "SSL connection error (2026): The server hello message uses a protocol that was not recognized."
I tried many configurations, but none worked. Uninstalled and downgraded, worked on first try. Updated to latest and repeated test, same failure.
1 vote -
Multiple cursor support
Please introduce support for multiple cursors. Confer the functionality in Sublime Text and Visual Studio Code. This is a critical time-saving feature. I often find myself editing my queries in those tools, and then copying and pasting them back into dbForge to make use of its features like auto-completion, then back again to vs code for useful features there. It would be a game changer to have robust multiple cursor support (including corresponding key bindings for customization of expanding selection under cursor and add cursor above/below) in dbForge.
3 votes -
Add command palette functionality
I love the command palette in VS Code and Chrome Dev Console. I can press control+p and enter a filename or control+shift+p and type, find and perform common operations.
I'd love to be able to press something like that where I can type in a table name. The list would show me matching tables in all of my connections (or even just my current active connection) and give me options to select from the table, scroll to and select the table in database explorer, open the table editor, etc.
Other common commands could be in the command palette too, like:…1 vote -
Enable navigating sequentially through open query windows
Please enable navigating sequentially through tabs with ctrl+tab (forwards) and ctrl+shift+tab (backwards), matching the functionality of navigating through tabs in Google Chrome. It is much more cumbersome when you have many tabs open to have to count how many to the right or left you need to move so you can press and hold ctrl and then tab the right number of times. It should be possible to just move through the tabs one by one.
3 votes -
Erro no atalho
Erro no atalho , como copiar e colar... ctrl+q para filtrar... f5 para execultar
1 vote -
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 -
MacOS Support - Proper intel/M1/2
Please support MacOS properly. Crossover and dbforge dont work on Apple Silicon chips. plus its extra resourced to install and run crossover. please make a Mac Version
3 votes -
Separate DEFINER and SQL SECURITY in exclude backup options
It only makes sense to combine these two options when SQL SECURITY is set to DEFINER. In the other case (INVOKER) it will cause a problem if the DEFINER is specified when restoring the database to a different environment - user will not exist or will not have the right privileges. "Exclude DEFINER" and "Exclude SQL SECURITY" should be two separate options when backing up a database.
3 votes -
Stacked query results
Add an option to display output for multiple queries stacked instead of as individual tabs (see how this works in SSMS)
3 votes -
Compare data bases lists table as different, thought they are the identical
When comparing databases, we constantly get the tables with no differences. And final script doesn't have any alter statements.
Ex.: the table
CREATE TABLE SecurityContextXSiteGroup (
SecurityContextId INT NOT NULL,
SiteGroupId INT NOT NULL
)
ENGINE = INNODB,
CHARACTER SET utf8mb4,
COLLATE utf8mb40900ai_ci;ALTER TABLE SecurityContextXSiteGroup
ADD UNIQUE INDEX SecurityContextXSiteGroup_UN(SecurityContextId, SiteGroupId);ALTER TABLE SecurityContextXSiteGroup
ADD CONSTRAINT SecurityContextXSiteGourp_FK FOREIGN KEY (SecurityContextId)
REFERENCES SecurityContext(SecurityContextId) ON DELETE CASCADE ON UPDATE CASCADE;ALTER TABLE SecurityContextXSiteGroup
ADD CONSTRAINT SecurityContextXSiteGourpFK1 FOREIGN KEY (SiteGroupId)
REFERENCES SiteGroup(SiteGroupId) ON DELETE CASCADE ON UPDATE CASCADE;The other table ("differs"):
CREATE TABLE SecurityContextXSiteGroup (
SecurityContextId INT NOT…1 vote -
Facilitate MariaDB 10.11
The current version of DB fORGE STUDIO supports up to MariaDB 10.6 which is limited in respect of JSON functionality. With respect to querying you cannot join a regular table on a JSON path or use methods like JSON_TABLE(). Such efforts result in an error.
1 vote -
Increase visibility of DB connection environment category
Let's say your database has enough tables to fill several screens vertically in the Database Explorer tree view, and you have multiple environments such as Development, Testing, Production.
Currently, if you have those tables filling your view, there isn't a visual of which environment contains the tables on your screen, you have to scroll.
It would be nice to increase visibility to the object level at least, if not further in such as into column lists and other areas.
One way to accomplish this involves the environment category icon. Another way, used by some other software, is to color-code the…
3 votes -
There is a problem using "groups" word as name for table or part of a stored procedure
There is a problem using "groups" as a name for a table or using that word as part of a stored procedure.
I have a table named like this and when trying to make a backup I always get the same error message: Unexpected symbol 'groups'
If I try to compare 2 schemas it also fails.
In my case I use dbForge Studio for MySQL Professional Edition v9.1.21
3 votes -
Different row color every 3rd row for visual differentiation
All the rows currently have the same color (except any row that is selected).
They should have color differentiation. The "old school" way was to have alternating colors but the smart way is to have a different color every third row, as that is sufficient for eyeballing a long row. Each row will have a different-colored neighbour this way and so there's no confusing each row visually.
Let's do this! Navicat has this formatting implemented, I'm surprised dbForge doesn't have any visual row differentiation.
Thanks!
1 vote -
Taskbar item should show up for each floated (query) window
I like to have floating query windows because I run a lot of queries and often would like to compare results in windows next to each other.
Currently these floating (undocked) windows do NOT produce a taskbar item respectively. I think they should. This way I can find my queries instead of losing track of them. One window might cover the others and then I can't see them.
Navicat currently has this feature. dbForge can top Navicat.
Please implement this feature! The taskbar item should show up in the monitor where the floating window currently is located.
Thank you!
1 vote -
App Development Companies in Dubai
Apps are a great way to improve productivity, add a level of personalization to your company, and make life easier. But before you get started, hiring the right App Development Companies in Dubai is essential to help create your idea. Are looking for the best Android App Development Company, then must say go with xicom technologies. It is one the best company and holds years of experience in developing apps, Software, websites, and many more. Xicom technologies is one of the best iPhone App Development Company. Xicom gives strong and scalable iOS app improvement offerings throughout diverse structures and enterprise…
1 vote -
Dynamic Backup For Stored Procedures, Triggers and Events
Dynamic backup for stored procedures, it would be great if, for example, you can backup a group of stored procedures using as a base a comma separated list (or any other separator). Personally I work everyday with many databases and moving many stored procedures among them and it's a kinda troublesome select one by one everytime I have to backup them, so, I think this feature is necessary, even you could extend the feature to views, triggers and events.
3 votes -
Ability to save scripts for comparing tables
In my project, my team needs to compare over 100 tables and they do not see an ability to run saved scripts. Using this feature, they can create the comparison scripts as an one time activity and then run them as needed.
1 vote
- Don't see your idea?