Merge pull request #126 from stijnopheide/fix-cursor-hint
Fix cursor hinting
This commit is contained in:
commit
1764b898bd
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
||||||
(when snapshot
|
(when snapshot
|
||||||
(.snapshot cursor))
|
(.snapshot cursor))
|
||||||
(when hint
|
(when hint
|
||||||
(.hint (to-db-object hint)))
|
(.hint cursor (to-db-object hint)))
|
||||||
(when read-preference
|
(when read-preference
|
||||||
(.setReadPreference cursor read-preference))
|
(.setReadPreference cursor read-preference))
|
||||||
(when options
|
(when options
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue