feat: compact table counts and add count query actions - #926
Open
DevvoLazza wants to merge 1 commit into
Open
DevvoLazza wants to merge 1 commit into
DevvoLazza wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Member
|
rebase, fix CI |
Contributor
Author
|
Hi, I won’t be able to work on this today or tomorrow as I’m away from home. As soon as I’m back, I’ll continue and finish the remaining fixes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Million-row catalog counts currently occupy too much space on desktop and use thousands-only formatting on mobile. Both explorers now use compact counts and offer an editable count query from the table menu.
Type of Change
Related Issue
Closes #702
Changes Made
COUNT_BIGon SQL Server, or MongoDB's count/filter document. Unsupported key grammars and derived prefix groupings receive no action.Testing
src/instrumentation.ts:32-36is covered by a POSIX permission test skipped on Windows. Linux CI must verify the required 100% gate.Environment: Windows, Node.js 24.16.0, Bun 1.4.2, LibreDB Studio 0.16.0. Browser catalog/provider data were fixtures; no live PostgreSQL/MySQL or MySQL catalog-drift verification was possible locally.
Checklist