sessionm-cassandra_object 2.4.3 → 2.4.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,11 @@ module CassandraObject
|
|
24
24
|
if @@schema
|
25
25
|
conn.instance_variable_set '@schema', @@schema
|
26
26
|
else
|
27
|
-
|
27
|
+
begin
|
28
|
+
@@schema = conn.schema
|
29
|
+
rescue CassandraThrift::InvalidRequestException => e
|
30
|
+
# initially the schema doesn't exists
|
31
|
+
end
|
28
32
|
end
|
29
33
|
end
|
30
34
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 2
|
7
7
|
- 4
|
8
|
-
-
|
9
|
-
version: 2.4.
|
8
|
+
- 4
|
9
|
+
version: 2.4.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Michael Koziarski
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2013-05-
|
19
|
+
date: 2013-05-21 00:00:00 -04:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|