simple_record 2.1.8 → 2.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/simple_record.rb +1 -1
- data/lib/simple_record/active_sdb.rb +1 -1
- metadata +4 -4
data/lib/simple_record.rb
CHANGED
@@ -962,7 +962,7 @@ module SimpleRecord
|
|
962
962
|
ret = q_type == :all ? [] : nil
|
963
963
|
begin
|
964
964
|
results=find_with_metadata(*params_dup)
|
965
|
-
puts "RESULT=" + results.inspect
|
965
|
+
#puts "RESULT=" + results.inspect
|
966
966
|
write_usage(:select, domain, q_type, options, results)
|
967
967
|
#puts 'params3=' + params.inspect
|
968
968
|
SimpleRecord.stats.selects += 1
|
@@ -380,7 +380,7 @@ module SimpleRecord
|
|
380
380
|
options[:conditions] = options[:conditions].blank? ? ids_cond : "(#{options[:conditions]}) AND #{ids_cond}"
|
381
381
|
#puts 'options=' + options.inspect
|
382
382
|
result = sql_select(options)
|
383
|
-
puts 'select_from_ids result=' + result.inspect
|
383
|
+
#puts 'select_from_ids result=' + result.inspect
|
384
384
|
# if one record was requested then return it
|
385
385
|
unless bunch_of_records_requested
|
386
386
|
result[:single_only] = true
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: simple_record
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.1.
|
5
|
+
version: 2.1.9
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Travis Reeder
|
@@ -12,7 +12,7 @@ autorequire:
|
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2011-
|
15
|
+
date: 2011-07-04 00:00:00 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: aws
|
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
76
76
|
- - ">="
|
77
77
|
- !ruby/object:Gem::Version
|
78
|
-
hash:
|
78
|
+
hash: -2581267806330643541
|
79
79
|
segments:
|
80
80
|
- 0
|
81
81
|
version: "0"
|
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
88
|
requirements: []
|
89
89
|
|
90
90
|
rubyforge_project:
|
91
|
-
rubygems_version: 1.
|
91
|
+
rubygems_version: 1.8.5
|
92
92
|
signing_key:
|
93
93
|
specification_version: 3
|
94
94
|
summary: ActiveRecord like interface for Amazon SimpleDB. By http://www.appoxy.com
|