We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76ae7c commit 7d75ea3Copy full SHA for 7d75ea3
database/src/pool/postgres.rs
@@ -697,7 +697,7 @@ impl PostgresConnection {
697
errors.error
698
FROM completed
699
LEFT JOIN errors ON errors.tag = completed.tag
700
- -- Resort the requests, because the original order may be lost
+ -- Re-sort the requests, because the original order may be lost
701
ORDER BY completed.completed_at DESC;
702
")).await.unwrap(),
703
get_jobs_of_in_progress_benchmark_requests: conn.prepare(&format!("
0 commit comments