This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267887 - SQL results no longer show paging navigation buttons
Summary: SQL results no longer show paging navigation buttons
Status: RESOLVED DUPLICATE of bug 262862
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-05 18:04 UTC by alied
Modified: 2016-09-05 18:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (129.75 KB, text/plain)
2016-09-05 18:04 UTC, alied
Details
Current SQL results view (8.71 KB, image/png)
2016-09-05 18:08 UTC, alied
Details
Netbeans 8.1 with navigation buttons (8.40 KB, image/png)
2016-09-05 18:08 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2016-09-05 18:04:10 UTC
Product Version = NetBeans IDE Dev (Build 201609050002)
Operating System = Linux version 4.7.2cxevoii running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

STEPS:
- Right-click on any database connection
- Select "Execute command..."
- Enter a query in the SQL editor; preferably on with more than 100 rows result.

ACTUAL:
The results view below the SQL editor lacks the navigation buttons to browse the query result.

EXPECTED:
The results view below the SQL editor shows the navigation buttons to browse the query result. First, last, next and previous.
Comment 1 alied 2016-09-05 18:04:15 UTC
Created attachment 161911 [details]
IDE log
Comment 2 matthias42 2016-09-05 18:07:02 UTC
This was an conscious choice. Please see:

https://netbeans.org/bugzilla/show_bug.cgi?id=257458

and

https://netbeans.org/bugzilla/show_bug.cgi?id=262862

for a discussion of the reasioning.

*** This bug has been marked as a duplicate of bug 262862 ***
Comment 3 alied 2016-09-05 18:08:32 UTC
Created attachment 161912 [details]
Current SQL results view
Comment 4 alied 2016-09-05 18:08:34 UTC
Created attachment 161913 [details]
Netbeans 8.1 with navigation buttons
Comment 5 alied 2016-09-05 18:12:03 UTC
hmmm, ok, I'll go throught it to understand. It was really surprising today, when I happened to be doing some SQL-heavy research/testing.