orientdb 0.0.9-jruby → 0.0.10-jruby
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/orientdb/sql.rb +0 -5
- data/orientdb.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.10
|
data/lib/orientdb/sql.rb
CHANGED
@@ -10,7 +10,6 @@ module OrientDB
|
|
10
10
|
def initialize(type)
|
11
11
|
@type = type
|
12
12
|
@conditions = []
|
13
|
-
add(conds) if conds
|
14
13
|
end
|
15
14
|
|
16
15
|
def type
|
@@ -219,10 +218,6 @@ module OrientDB
|
|
219
218
|
"'#{str}'"
|
220
219
|
end
|
221
220
|
|
222
|
-
def quote(value)
|
223
|
-
self.class.quote value
|
224
|
-
end
|
225
|
-
|
226
221
|
private
|
227
222
|
|
228
223
|
def select_sql
|
data/orientdb.gemspec
CHANGED