TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Metrics board auto-refresh not working on windows.

Open Sallis-GH opened this issue 1 year ago • 0 comments

Bug Report: Graph Bar Chart Not Refreshing in Metrics Board

1. Which driver are you using, and what version?

  • Driver: PostgreSQL
  • Version: 17.0

2. Which TablePlus build number are you using?

  • Version: 6.1.4 (284) - x64

3. Steps to reproduce the issue:

  1. Create a Metrics Board.
  2. Add a new Graph Bar Chart using a query that updates dynamically.
  3. Observe that no changes occur regardless of the refresh rate selected.

Example Query:

SELECT count(1), j.task_identifier 
FROM jobs j 
GROUP BY j.task_identifier 
ORDER BY j.task_identifier ASC;

Additional Information:

The graph does refresh if you manually press the Refresh button, but automatic refresh rates do not trigger updates as expected.

Sallis-GH avatar Oct 24 '24 16:10 Sallis-GH