Add comment about integer division

This commit is contained in:
Henrik Giesel 2021-01-07 20:10:25 +01:00
parent 04a56209c6
commit 4c570785bb

View File

@ -241,6 +241,7 @@ impl SqlWriter<'_> {
let day = days + (timing.days_elapsed as i32);
write!(
self.sql,
// SQL does integer division if both parameters are integers
"(\
(c.queue in ({rev},{daylrn}) and c.due {op} {day}) or \
(c.queue in ({lrn},{previewrepeat}) and ((c.due - {cutoff}) / 86400) {op} {days})\