simple_record 1.5.6 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/simple_record/active_sdb.rb +1 -1
  2. metadata +3 -3
@@ -408,7 +408,7 @@ module SimpleRecord
408
408
  select_expression = build_select(options)
409
409
  logger.debug 'SELECT=' + select_expression
410
410
  # request items
411
- query_result = self.connection.select(select_expression, @next_token, @consistent_read)
411
+ query_result = self.connection.select(select_expression, options)
412
412
  # puts 'QR=' + query_result.inspect
413
413
  @next_token = query_result[:next_token]
414
414
  ret = {}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 6
9
- version: 1.5.6
8
+ - 7
9
+ version: 1.5.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Reeder
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-12-01 00:00:00 -08:00
19
+ date: 2010-12-02 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency