simple_record 1.1.45 → 1.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/simple_record.rb +2 -1
- metadata +2 -2
data/lib/simple_record.rb
CHANGED
|
@@ -514,7 +514,7 @@ module SimpleRecord
|
|
|
514
514
|
instance_variable_set(instance_var, ret)
|
|
515
515
|
return ret
|
|
516
516
|
end
|
|
517
|
-
|
|
517
|
+
|
|
518
518
|
def set(name, value)
|
|
519
519
|
|
|
520
520
|
att_meta = defined_attributes_local[name.to_sym]
|
|
@@ -604,6 +604,7 @@ module SimpleRecord
|
|
|
604
604
|
results = q_type == :all ? [] : nil
|
|
605
605
|
begin
|
|
606
606
|
results=super(*params)
|
|
607
|
+
# puts "RESULT=" + results.inspect
|
|
607
608
|
#puts 'params3=' + params.inspect
|
|
608
609
|
SimpleRecord.stats.selects += 1
|
|
609
610
|
if q_type != :count
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_record
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.46
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Travis Reeder
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2010-01-
|
|
14
|
+
date: 2010-01-02 00:00:00 -08:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|