Product: Aqua Data Studio
Version: 12.0.1-1
Build #: 29897
Build Date: 2012-Oct-24 11:43:47 AM
Incorrect highlighted text background in the query window if you sort the SQL column in the messages tab
1. Connect to SQL 2000 pubs Database and open a query analyzer
2. Paste the below queries
SELECT top 5 * FROM [dbo].[employee]
GO
SELECT top 2 * FROM [dbo].[employee]
GO
SELECT top 1 * FROM [dbo].[employee]
GO
SELECT top 7 * FROM [dbo].[employee]
GO
SELECT top 8 * FROM [dbo].[employee]
GO
SELECT topp * FROM [dbo].[employee]
GO
SELECT top 10 * FROM [dbo].[employee]
GO
3. Click on Ctrl+A and select all the queries
4. Execute the queries
5. Sort the SQL column
6. Double click on the incorrect SQL with select topp*
You can see that View as Text opens up the correct SQL but the grey highlighted text in the window is the incorrect one
See attached pic
|
146 KB
We had initially fixed this for #7750 but had not taken into consideration the sorted columns in the messages tab
See SVN #29699, but also see QueryThread.addMessageTab()->addMessageTab_Grid()
See SVN #29699, but also see QueryThread.addMessageTab()->addMessageTab_Grid()
Fixed, SVN r29923. See source code comment for root cause of the problem, the explanation is only meaningful to developers.
Fixed, SVN r29923. See source code comment for root cause of the problem, the explanation is only meaningful to developers.
Issue #7854 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.2-1 |
No time estimate |
1 issue link |
relates to #7750
Issue #7750Incorrect sql selected in the query window for corresponding SQL in the messages tab |
We had initially fixed this for #7750 but had not taken into consideration the sorted columns in the messages tab