mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
console: ensure we fill missing values including the last one
BETWEEN is inclusive, while FILL excludes the upper bound. This may trigger a subtle bug where sometimes, one axis has one value the other does not have.
This commit is contained in:
@@ -240,7 +240,7 @@ AND InIfBoundary = 'external'
|
||||
GROUP BY Time
|
||||
ORDER BY Time WITH FILL
|
||||
FROM toDateTime('2009-11-10 23:00:00', 'UTC')
|
||||
TO toDateTime('2009-11-11 23:00:00', 'UTC')
|
||||
TO toDateTime('2009-11-11 23:00:00', 'UTC') + INTERVAL 1 second
|
||||
STEP 864`)).
|
||||
SetArg(1, expected).
|
||||
Return(nil)
|
||||
|
||||
Reference in New Issue
Block a user