Reformat lint warning related query
This commit is contained in:
parent
af40c1ac13
commit
125a35fce5
1 changed files with 12 additions and 11 deletions
|
|
@ -77,8 +77,9 @@
|
||||||
(define (lint-warning-message-locales-for-revision conn commit-hash)
|
(define (lint-warning-message-locales-for-revision conn commit-hash)
|
||||||
(exec-query
|
(exec-query
|
||||||
conn
|
conn
|
||||||
"SELECT DISTINCT lint_warning_messages.locale
|
"
|
||||||
from lint_warning_messages
|
SELECT DISTINCT lint_warning_messages.locale
|
||||||
|
FROM lint_warning_messages
|
||||||
INNER JOIN lint_warning_message_sets
|
INNER JOIN lint_warning_message_sets
|
||||||
ON lint_warning_messages.id = ANY (lint_warning_message_sets.message_ids)
|
ON lint_warning_messages.id = ANY (lint_warning_message_sets.message_ids)
|
||||||
INNER JOIN lint_warnings
|
INNER JOIN lint_warnings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue