Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a total row count in the footer #170

Closed
wants to merge 6 commits into from

Conversation

Valentin271
Copy link

Checklist

  • Added passing unit tests
  • cargo test passes locally. It takes much time.
  • Run cargo fmt

Description

This PR adds a total rows field in the properties. This is especially useful for large databases, it prevents the need to write an entire request just to know the total count.

This fixes #106.

NOTE: I didn't implemented tests mainly because it didn't find anything useful to test. Would be glad to add some though if you indicate what to test.

Example :

image

Changelog

  • Adds a total rows count in the footer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

table records total count
1 participant