[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: Make the query that provides locale options look nicer
From: |
Christopher Baines |
Subject: |
04/09: Make the query that provides locale options look nicer |
Date: |
Sun, 7 Jun 2020 16:27:58 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository data-service.
commit ecd460867bf905f6c5b18a7ef152cb057d446a7b
Author: Danjela Lura <danielaluraa@gmail.com>
AuthorDate: Fri May 29 17:12:11 2020 +0200
Make the query that provides locale options look nicer
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
guix-data-service/model/lint-warning-message.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/model/lint-warning-message.scm
b/guix-data-service/model/lint-warning-message.scm
index c4a4490..1d736b4 100644
--- a/guix-data-service/model/lint-warning-message.scm
+++ b/guix-data-service/model/lint-warning-message.scm
@@ -87,5 +87,5 @@
ON lint_warnings.id = guix_revision_lint_warnings.lint_warning_id
INNER JOIN guix_revisions
ON guix_revision_lint_warnings.guix_revision_id =
guix_revisions.id
- WHERE guix_revisions.commit = $1"
+ AND guix_revisions.commit = $1"
(list commit-hash)))
- branch master updated (ae6541a -> 480d718), Christopher Baines, 2020/06/07
- 01/09: Get the translated lint checker descriptions into the database, Christopher Baines, 2020/06/07
- 02/09: Add checks to guard against null data, Christopher Baines, 2020/06/07
- 05/09: Make the form-horizontal-control procedure aware of hidden inputs, Christopher Baines, 2020/06/07
- 04/09: Make the query that provides locale options look nicer,
Christopher Baines <=
- 07/09: Fall back to en_US.utf8 for the lint warnings page for a revision, Christopher Baines, 2020/06/07
- 09/09: Fix lint checker tests, Christopher Baines, 2020/06/07
- 03/09: Use lint checker related translations on some pages, Christopher Baines, 2020/06/07
- 06/09: Provide the comparison page with translated lint warnings, Christopher Baines, 2020/06/07
- 08/09: Fall back to en_US.utf8 in the package page, Christopher Baines, 2020/06/07