Skip to content

Commit

Permalink
Update mongo find options.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Oct 10, 2012
1 parent 03a1a7d commit f53e52a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/plucky/query.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ class Query
OptionKeys = Set[ OptionKeys = Set[
:select, :offset, :order, # MM :select, :offset, :order, # MM
:fields, :skip, :limit, :sort, :hint, :snapshot, # Ruby Driver :fields, :skip, :limit, :sort, :hint, :snapshot, # Ruby Driver
:batch_size, :timeout, :transformer, # Ruby Driver :batch_size, :timeout, :max_scan, :return_key, # Ruby Driver
:max_scan, :show_disk_loc, :return_key, # Ruby Driver :transformer, :show_disk_loc, :comment, :read, # Ruby Driver
:tag_sets, :acceptable_latency, # Ruby Driver
] ]


attr_reader :criteria, :options, :collection attr_reader :criteria, :options, :collection
Expand Down

0 comments on commit f53e52a

Please sign in to comment.