Aqua Data Studio 15.0.0-dev-68
Build #: 35490
Built on: 2014-Jan-09 03:08:18 PM
Operating System: Cent OS 6.4
Database version : voltdb-ent-3.7
Step 1: Connect to VoltDB server.
Step 2: Perform following query on table having large data in Query analyzer (VOTES table in my case).
SELECT * FROM VOTES limit 1600000
GO
Step 3 : Now go to Results pane in query analyzer -> Select "Grid" tab in result pane
here in result set you will observe that, column showing record number does not show record number properly if record number is 7 digit, this column can not be even expanded. (please refer image_grid.png)
Thus, we are unable to read record number.
|
162 KB
The column width is fixed. Depending on the font on the OS, it may truncate at the 7th character. On Linux it truncates, on OSX it does not.
Issue #11328 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
is a duplicate of #13681
Issue #13681Select Query, Result-Grid Tab- Unable to resize row id column, Row Id displayed as ellipsis |
The column width is fixed. Depending on the font on the OS, it may truncate at the 7th character. On Linux it truncates, on OSX it does not.