Fix fetch helper
This commit is contained in:
parent
1836c7bcf1
commit
52e2a57fca
2 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* 2.0.next (gold) in progress
|
* 2.0.next (gold) in progress
|
||||||
* Address #332 by improving `:cross-join` documentation.
|
* Address #332 by improving `:cross-join` documentation.
|
||||||
|
* Fix `fetch` helper.
|
||||||
|
|
||||||
* 2.0.0-rc4 (for testing; 2021-07-17)
|
* 2.0.0-rc4 (for testing; 2021-07-17)
|
||||||
* Fix #338 by adding `ONLY` to `:fetch`.
|
* Fix #338 by adding `ONLY` to `:fetch`.
|
||||||
|
|
|
||||||
|
|
@ -735,9 +735,9 @@
|
||||||
|
|
||||||
Produces: FETCH ? ONLY
|
Produces: FETCH ? ONLY
|
||||||
Parameters: 10"
|
Parameters: 10"
|
||||||
{:arglists '([offset])}
|
{:arglists '([limit])}
|
||||||
[& args]
|
[& args]
|
||||||
(generic-1 :offset args))
|
(generic-1 :fetch args))
|
||||||
|
|
||||||
(defn for
|
(defn for
|
||||||
"Accepts a lock strength, optionally followed by one or
|
"Accepts a lock strength, optionally followed by one or
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue