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
|
||||
(.snapshot cursor))
|
||||
(when hint
|
||||
(.hint (to-db-object hint)))
|
||||
(.hint cursor (to-db-object hint)))
|
||||
(when read-preference
|
||||
(.setReadPreference cursor read-preference))
|
||||
(when options
|
||||
|
|
|
|||
Loading…
Reference in a new issue