You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (Jira)" <ji...@apache.org> on 2020/02/22 16:42:00 UTC

[jira] [Resolved] (NETBEANS-2427) db - Show Data: No Total Rows and actual page indicator over the total pages for query results

     [ https://issues.apache.org/jira/browse/NETBEANS-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Bläsing resolved NETBEANS-2427.
----------------------------------------
      Assignee: Matthias Bläsing
    Resolution: Won't Fix

This is intentional. Fetching the total row count is heavily DB dependent and prone to errors (leading to out of memory exceptions). The max rows selector can be used to requery with the intented amount of rows.

> db - Show Data: No Total Rows and actual page indicator over the total pages for query results
> ----------------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-2427
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2427
>             Project: NetBeans
>          Issue Type: Bug
>          Components: db - Show Data
>    Affects Versions: 8.2, 9.0, 10.0, 11.0
>         Environment: Windows 7 , java 12
>            Reporter: Angelo Romero
>            Assignee: Matthias Bläsing
>            Priority: Minor
>              Labels: features, patch
>         Attachments: db-show data-no info of total rows and pages.png
>
>
> the output result not shows the total rows and pages retrived for a SQL query. at 7.4 netbenas version, the bar over the query results shows a Page Size  , Total Rows and actual page indicator over the total pages. At 11 netbeans version shows only max. rows equivalent to Page Size, Fetched rows that should be equivalen to Total Rows but this is actually showing the same value of Max. Rows and there isn't indicator for actual page and total pages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists