http: Reverse evaluations list.

* src/cuirass/database.scm (db-get-evaluations): Reverse returned evaluations
list.
This commit is contained in:
Mathieu Othacehe 2018-04-23 09:50:31 +02:00 committed by Mathieu Othacehe
parent c40e61bd3e
commit 85a373f639
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ INSERT INTO Stamps (specification, stamp) VALUES ("
FROM Evaluations ORDER BY id DESC LIMIT " limit ";"))
(evaluations '()))
(match rows
(() evaluations)
(() (reverse evaluations))
((#(id specification revision)
. rest)
(loop rest