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 - SQL Command View: wrapping of filtered rows
Summary: SQL Command View: wrapping of filtered rows
Status: RESOLVED DUPLICATE of bug 222739
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 09:21 UTC by claus_ch
Modified: 2013-01-20 16:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***