ITADN

Adds a total row count in the footer

#170Pull RequestValentin271 创建于 2023-04-25
V
Valentin271commented
# Checklist - [ ] Added passing unit tests - [x] `cargo test` passes locally. It takes much time. - [x] 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](https://user-images.githubusercontent.com/36198422/234198885-b4cdf374-bb2a-4936-86be-bf3a50d9c1ef.png) # Changelog - Adds a total rows count in the footer
合并状态:未合并 关闭于 2023-11-10 0 条评论