Product: Aqua Data Studio
Version: 12.0.0-rc-22-2
Build #: 29573
Build Date: 2012-Oct-02 04:48:25 PM
Incorrect mapping of keyboard keys Ctrl+Shift+C
To reproduce :
1. Open a query analyzer window connected to a MySQL Server.
2. I typed in below query
START TRANSACTION WITH CONSISTENT SNAPSHOT
go
SELECT @A:=SUM(CategoryID) FROM categories
go
UPDATE categories SET Description=@A WHERE CategoryID=1
go
3. Checked the commit button and it shows Ctrl+Shift+C
4. Used keyboard shortcut to commit using Ctrl+Shift+C
No commit takes place - a new query window with contents is created. See issue #5883
|
49 KB
|
82 KB
When I use keyboard shortcuts, Ctrl+Shift+C or Ctrl+Shift+R i dont see a message as in attached picture that my commit/rollback is successful.
When I use keyboard shortcuts, Ctrl+Shift+C or Ctrl+Shift+R i dont see a message as in attached picture that my commit/rollback is successful.
Can you test this on Windows and OSX? Ctrl-Shift-C may be a Ubuntu System hot key ( like Ctrl-Alt-Left ).
Can you test this on Windows and OSX? Ctrl-Shift-C may be a Ubuntu System hot key ( like Ctrl-Alt-Left ).
I did a simple test and it is working - the message is not displayed ( We dont show any message on keyboard shortcut since ADS 7.0 ) but Commit and Rollback is occuring.
INSERT INTO Test1 VALUES (1), (2), (3);
SELECT * FROM Test1;
SET autocommit=0;
INSERT INTO Test1 VALUES (4), (5);
Use keyboard short cut to COMMIT; --> Works
I did a simple test and it is working - the message is not displayed ( We dont show any message on keyboard shortcut since ADS 7.0 ) but Commit and Rollback is occuring.
INSERT INTO Test1 VALUES (1), (2), (3);
SELECT * FROM Test1;
SET autocommit=0;
INSERT INTO Test1 VALUES (4), (5);
Use keyboard short cut to COMMIT; --> Works
Issue #7721 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.0-rc-22-7 |
No time estimate |
2 issue links |
relates to #9366
Issue #9366Status message is not displayed while using shortcut keys for Auto Commit, Commit, Rollback. |
blocks #5883
Issue #5883Add menu item Server->[Query Analyzer Clone with Content] - Hot Key Ctrl-Shift-C |
This hot key binding was created because of issue 5883
I've removed the default key binding for Query Clone with Content.