Skip to content

Conversation

@Iwantexpresso
Copy link
Contributor

@Iwantexpresso Iwantexpresso commented Feb 2, 2026

Fixes #7485
This Pr adds 2 new buttons to query builder results, select all and Invert Selection

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add pr to documentation list
  • Add automated tests
  • Add a reverse migration if a migration is present in the PR

Testing instructions

  • open any database of your choice, go to query builder, and create a query that displays results.
  • click the newly added select all button, see if all results are selected
  • clear your selections, next we will be testing the invert all button
  • Select some records, then click invert selection, make sure all records but the ones previously checked are selected
  • Select no records, then click invert selection, make sure the invert selection button is properly inverting the current selection.
  • Perform these check on at least one large database ( queries with more than 50,000 or 100,000+ results), also keep track of any latency longer than 10 seconds when using both invert selection and select all.
  • (optional) perform this test on a database with at least 500,000+ query results), this is an optional stress test so feel free to use a larger DB if you're able to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋Back Log

Development

Successfully merging this pull request may close these issues.

Add "Select All" button for query results

2 participants