sessionm-cassandra_object 2.3.4 → 2.3.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -87,7 +87,7 @@ module CassandraObject
|
|
87
87
|
|
88
88
|
ActiveSupport::Notifications.instrument("get_slice.cassandra_object", column_family: column_family, key: key, start: start, finish: finish) do
|
89
89
|
{}.tap do |result|
|
90
|
-
connection.send(:client).get_slice(key, parent, predicate, opts[:consistency] ||
|
90
|
+
connection.send(:client).get_slice(key, parent, predicate, opts[:consistency] || thrift_read_consistency).each do |column|
|
91
91
|
result[column.counter_super_column.name] = _columns_to_hash(column.counter_super_column.columns)
|
92
92
|
end
|
93
93
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sessionm-cassandra_object
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2013-01-24 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|