tylerkovacs-hyper_record 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 5
4
+ :patch: 6
@@ -513,7 +513,7 @@ module ActiveRecord
513
513
  # Scanner methods
514
514
 
515
515
  def open_scanner(table_name, scan_spec)
516
- @connection.open_scanner(table_name, scan_spec)
516
+ @connection.open_scanner(table_name, scan_spec, true)
517
517
  end
518
518
 
519
519
  def close_scanner(scanner)
@@ -27,7 +27,7 @@ module Hypertable
27
27
  # more convenience methods
28
28
 
29
29
  def with_scanner(table, scan_spec)
30
- scanner = open_scanner(table, scan_spec)
30
+ scanner = open_scanner(table, scan_spec, true)
31
31
  begin
32
32
  yield scanner
33
33
  ensure
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tylerkovacs-hyper_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - tylerkovacs