Add a comment on LIMIT -1 OFFSET n
This commit is contained in:
parent
6594c6b912
commit
082f2582dd
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ module Build = struct
|
||||||
ORDER BY b.start_d DESC, b.start_ps DESC
|
ORDER BY b.start_d DESC, b.start_ps DESC
|
||||||
LIMIT -1 OFFSET $3
|
LIMIT -1 OFFSET $3
|
||||||
|}
|
|}
|
||||||
|
(* "LIMIT -1 OFFSET n" is all rows except the first n *)
|
||||||
|
|
||||||
let get_latest_successful =
|
let get_latest_successful =
|
||||||
Caqti_type.(tup2 (id `job) (option string)) ->? t @@
|
Caqti_type.(tup2 (id `job) (option string)) ->? t @@
|
||||||
|
|
Loading…
Reference in a new issue