code healthhelp wantedrefactor
仓库指标
- 星标
- (104 个星标)
- PR 合并指标
- (平均合并 63天 20小时) (30 天内合并 11 个 PR)
描述
Previously, we would process a full query until it hit the limit and then just return nothing to the user
Then I added a LIMIT clause, but in an unintuitive place
- The LIMIT addition should probably be in the QueryBuilder object.
The row counting might be obsolete since the LIMIT query should handle that (cc @melange396 to confirm).Update: the row counting in the printer is needed when dealing with multiple SQL queries; interestingly, these are only used in non-covidcastendpointsrun_queryprobably doesn't need thep: APrinterthen.