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

Summary: SQL results no longer show paging navigation buttons
Product: db Reporter: alied <alied>
Component: SQL EditorAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
Current SQL results view
Netbeans 8.1 with navigation buttons

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.