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 201874

Summary: SQL Command View: wrapping of filtered rows
Product: db Reporter: claus_ch <claus_ch>
Component: SQL EditorAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description claus_ch 2011-09-09 09:21:39 UTC
Product Version = NetBeans IDE Dev (Build 201109060600)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17

I execute SELECT * on a database containing more rows than the current page size, so I can navigate from page to page.
When I filter by entering some characters in the text field in the upper right corner, the filter is apllied to the current page instead of the complete ResultSet.The filter is reapplied when navigating from page to page.

I consider it more practical to wrap the filtered data from the following pages to the current to fill up the page size.
(This would mean to change the order of pagination and filtering, I guess)
Comment 1 matthias42 2013-01-20 16:52:13 UTC

*** This bug has been marked as a duplicate of bug 222739 ***