nano-store 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. data/README.md +8 -4
  2. data/Rakefile +1 -1
  3. data/lib/nano_store.rb +2 -4
  4. data/lib/nano_store/version.rb +1 -1
  5. data/spec/model_spec.rb +14 -0
  6. data/spec/spec_helper.rb +4 -0
  7. data/vendor/Podfile.lock +4 -4
  8. data/vendor/Pods/BuildHeaders/NanoStore/NSFNanoGlobals.h +3 -1
  9. data/vendor/Pods/BuildHeaders/NanoStore/NSFNanoPredicate.h +5 -5
  10. data/vendor/Pods/BuildHeaders/NanoStore/NSFNanoSearch.h +5 -3
  11. data/vendor/Pods/BuildHeaders/NanoStore/NSFNanoSortDescriptor.h +1 -1
  12. data/vendor/Pods/BuildHeaders/NanoStore/NanoStore.h +36 -0
  13. data/vendor/Pods/Documentation/NanoStore/docset-installed.txt +2 -2
  14. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Info.plist +3 -3
  15. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoBag.html +2 -2
  16. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoEngine.html +2 -2
  17. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoExpression.html +2 -2
  18. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoObject.html +2 -2
  19. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoPredicate.html +7 -7
  20. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoResult.html +2 -2
  21. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoSearch.html +66 -5
  22. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoSortDescriptor.html +3 -3
  23. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoStore.html +2 -2
  24. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFOrderedDictionary.html +2 -2
  25. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Protocols/NSFNanoObjectProtocol.html +2 -2
  26. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/css/styles.css +0 -0
  27. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/hierarchy.html +5 -5
  28. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/index.html +5 -5
  29. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Nodes.xml +1 -1
  30. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Tokens5.xml +6 -6
  31. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Tokens7.xml +24 -2
  32. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Tokens8.xml +2 -2
  33. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/docSet.dsidx +0 -0
  34. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/docSet.skidx +0 -0
  35. data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/docSet.toc +0 -0
  36. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoBag.html +2 -2
  37. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoEngine.html +2 -2
  38. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoExpression.html +2 -2
  39. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoObject.html +2 -2
  40. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoPredicate.html +7 -7
  41. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoResult.html +2 -2
  42. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoSearch.html +66 -5
  43. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoSortDescriptor.html +3 -3
  44. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoStore.html +2 -2
  45. data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFOrderedDictionary.html +2 -2
  46. data/vendor/Pods/Documentation/NanoStore/html/Protocols/NSFNanoObjectProtocol.html +2 -2
  47. data/vendor/Pods/Documentation/NanoStore/html/css/styles.css +0 -0
  48. data/vendor/Pods/Documentation/NanoStore/html/hierarchy.html +5 -5
  49. data/vendor/Pods/Documentation/NanoStore/html/index.html +5 -5
  50. data/vendor/Pods/Headers/NanoStore/NSFNanoGlobals.h +3 -1
  51. data/vendor/Pods/Headers/NanoStore/NSFNanoPredicate.h +5 -5
  52. data/vendor/Pods/Headers/NanoStore/NSFNanoSearch.h +5 -3
  53. data/vendor/Pods/Headers/NanoStore/NSFNanoSortDescriptor.h +1 -1
  54. data/vendor/Pods/Headers/NanoStore/NanoStore.h +36 -0
  55. data/vendor/Pods/NanoStore/Classes/Advanced/NSFNanoEngine.m +40 -49
  56. data/vendor/Pods/NanoStore/Classes/Advanced/NSFNanoResult.m +42 -53
  57. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoBag.m +80 -89
  58. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoExpression.m +11 -13
  59. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoGlobals.h +3 -1
  60. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoGlobals.m +1 -0
  61. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoObject.m +34 -29
  62. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoPredicate.h +5 -5
  63. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoPredicate.m +43 -34
  64. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoSearch.h +5 -3
  65. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoSearch.m +171 -97
  66. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoSortDescriptor.h +1 -1
  67. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoSortDescriptor.m +13 -12
  68. data/vendor/Pods/NanoStore/Classes/Public/NSFNanoStore.m +92 -86
  69. data/vendor/Pods/NanoStore/Classes/Public/NanoStore.h +36 -0
  70. data/vendor/Pods/Pods-resources.sh +8 -4
  71. data/vendor/Pods/Pods.bridgesupport +109 -101
  72. metadata +5 -5
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -296,7 +296,7 @@ NSLog(@&ldquo;%@&rdquo;, [[object info]objectForKey:@&ldquo;City&rdquo;]);
296
296
 
297
297
 
298
298
 
299
- <div class="method-subsection method-declaration"><code>@property (nonatomic, readonly) NSString *attribute</code></div>
299
+ <div class="method-subsection method-declaration"><code>@property (nonatomic, copy, readonly) NSString *attribute</code></div>
300
300
 
301
301
 
302
302
 
@@ -610,7 +610,7 @@ NSLog(@&ldquo;%@&rdquo;, [[object info]objectForKey:@&ldquo;City&rdquo;]);
610
610
  <div id="footer">
611
611
  <hr />
612
612
  <div class="footer-copyright">
613
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
613
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
614
614
 
615
615
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
616
616
 
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -3620,7 +3620,7 @@ Therefore, it&rsquo;s always a good idea to call \link saveStoreAndReturnError:
3620
3620
  <div id="footer">
3621
3621
  <hr />
3622
3622
  <div class="footer-copyright">
3623
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
3623
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
3624
3624
 
3625
3625
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
3626
3626
 
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -209,7 +209,7 @@
209
209
  <div id="footer">
210
210
  <hr />
211
211
  <div class="footer-copyright">
212
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
212
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
213
213
 
214
214
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
215
215
 
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -548,7 +548,7 @@ NSFNanoSortDescriptor *sortedCities = [[NSFNanoSortDescriptor alloc]initWithAttr
548
548
  <div id="footer">
549
549
  <hr />
550
550
  <div class="footer-copyright">
551
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
551
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
552
552
 
553
553
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
554
554
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <title>NanoStore 2.5.2 Hierarchy</title>
5
+ <title>NanoStore 2.6.4 Hierarchy</title>
6
6
  <link rel="stylesheet" type="text/css" href="css/styles.css" media="all" />
7
7
  <link rel="stylesheet" type="text/css" media="print" href="css/stylesPrint.css" />
8
8
  <meta name="generator" content="appledoc 2.0.5 (build 789)" />
@@ -10,12 +10,12 @@
10
10
  <body>
11
11
  <header id="top_header">
12
12
  <div id="library" class="hideInXcode">
13
- <h1><a id="libraryTitle" href="index.html">NanoStore 2.5.2 </a></h1>
13
+ <h1><a id="libraryTitle" href="index.html">NanoStore 2.6.4 </a></h1>
14
14
  <a id="developerHome" href="index.html">Tito Ciuro</a>
15
15
  </div>
16
16
 
17
17
  <div id="title" role="banner">
18
- <h1 class="hideInXcode">NanoStore 2.5.2 Hierarchy</h1>
18
+ <h1 class="hideInXcode">NanoStore 2.6.4 Hierarchy</h1>
19
19
  </div>
20
20
  <ul id="headerButtons" role="toolbar"></ul>
21
21
  </header>
@@ -26,7 +26,7 @@
26
26
  </div>
27
27
  <div id="header">
28
28
  <div class="section-header">
29
- <h1 class="title title-header">NanoStore 2.5.2 Hierarchy</h1>
29
+ <h1 class="title title-header">NanoStore 2.6.4 Hierarchy</h1>
30
30
  </div>
31
31
  </div>
32
32
  <div id="container">
@@ -93,7 +93,7 @@
93
93
  <div id="footer">
94
94
  <hr />
95
95
  <div class="footer-copyright">
96
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
96
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
97
97
 
98
98
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
99
99
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <title>NanoStore 2.5.2 Reference</title>
5
+ <title>NanoStore 2.6.4 Reference</title>
6
6
  <link rel="stylesheet" type="text/css" href="css/styles.css" media="all" />
7
7
  <link rel="stylesheet" type="text/css" media="print" href="css/stylesPrint.css" />
8
8
  <meta name="generator" content="appledoc 2.0.5 (build 789)" />
@@ -10,12 +10,12 @@
10
10
  <body>
11
11
  <header id="top_header">
12
12
  <div id="library" class="hideInXcode">
13
- <h1><a id="libraryTitle" href="index.html">NanoStore 2.5.2 </a></h1>
13
+ <h1><a id="libraryTitle" href="index.html">NanoStore 2.6.4 </a></h1>
14
14
  <a id="developerHome" href="index.html">Tito Ciuro</a>
15
15
  </div>
16
16
 
17
17
  <div id="title" role="banner">
18
- <h1 class="hideInXcode">NanoStore 2.5.2 Reference</h1>
18
+ <h1 class="hideInXcode">NanoStore 2.6.4 Reference</h1>
19
19
  </div>
20
20
  <ul id="headerButtons" role="toolbar"></ul>
21
21
  </header>
@@ -26,7 +26,7 @@
26
26
  </div>
27
27
  <div id="header">
28
28
  <div class="section-header">
29
- <h1 class="title title-header">NanoStore 2.5.2 Reference</h1>
29
+ <h1 class="title title-header">NanoStore 2.6.4 Reference</h1>
30
30
  </div>
31
31
  </div>
32
32
  <div id="container">
@@ -641,7 +641,7 @@ time reading the journal file and writing the changes to the store.
641
641
  <div id="footer">
642
642
  <hr />
643
643
  <div class="footer-copyright">
644
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
644
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
645
645
 
646
646
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
647
647
 
@@ -2,7 +2,7 @@
2
2
  <DocSetNodes version="1.0">
3
3
  <TOC>
4
4
  <Node type="folder">
5
- <Name>NanoStore 2.5.2</Name>
5
+ <Name>NanoStore 2.6.4</Name>
6
6
  <Path>index.html</Path>
7
7
  <Subnodes>
8
8
 
@@ -69,7 +69,7 @@ NSFNanoStore *nanoStore = [NSFNanoStore createAndOpenStoreWithType:NSFMemoryStor
69
69
  <Abstract type="html">* The value to be used for comparison.</Abstract>
70
70
  <DeclaredIn>NSFNanoPredicate.h</DeclaredIn>
71
71
 
72
- <Declaration>@property (nonatomic, copy, readonly) NSString *value</Declaration>
72
+ <Declaration>@property (nonatomic, readonly) id value</Declaration>
73
73
 
74
74
 
75
75
  <Anchor>//api/name/value</Anchor>
@@ -80,7 +80,7 @@ NSFNanoStore *nanoStore = [NSFNanoStore createAndOpenStoreWithType:NSFMemoryStor
80
80
  <Abstract type="html">* The value to be used for comparison.</Abstract>
81
81
  <DeclaredIn>NSFNanoPredicate.h</DeclaredIn>
82
82
 
83
- <Declaration>@property (nonatomic, copy, readonly) NSString *value</Declaration>
83
+ <Declaration>@property (nonatomic, readonly) id value</Declaration>
84
84
 
85
85
 
86
86
  <Anchor>//api/name/value</Anchor>
@@ -96,7 +96,7 @@ NSFNanoStore *nanoStore = [NSFNanoStore createAndOpenStoreWithType:NSFMemoryStor
96
96
 
97
97
  </RelatedTokens>
98
98
 
99
- <Declaration>+ (NSFNanoPredicate *)predicateWithColumn:(NSFTableColumnType)theType matching:(NSFMatchType)theMatch value:(NSString *)theValue</Declaration>
99
+ <Declaration>+ (NSFNanoPredicate *)predicateWithColumn:(NSFTableColumnType)theType matching:(NSFMatchType)theMatch value:(id)theValue</Declaration>
100
100
  <Parameters>
101
101
  <Parameter>
102
102
  <Name>theType</Name>
@@ -106,7 +106,7 @@ NSFNanoStore *nanoStore = [NSFNanoStore createAndOpenStoreWithType:NSFMemoryStor
106
106
  <Abstract type="html">is the match operator.</Abstract>
107
107
  </Parameter><Parameter>
108
108
  <Name>theValue</Name>
109
- <Abstract type="html">is the value.</Abstract>
109
+ <Abstract type="html">can be an NSString or [NSNull null]</Abstract>
110
110
  </Parameter>
111
111
  </Parameters>
112
112
  <ReturnValue><Abstract type="html">A predicate which can be used in an NSFNanoExpression.</Abstract></ReturnValue>
@@ -123,7 +123,7 @@ NSFNanoStore *nanoStore = [NSFNanoStore createAndOpenStoreWithType:NSFMemoryStor
123
123
 
124
124
  </RelatedTokens>
125
125
 
126
- <Declaration>- (id)initWithColumn:(NSFTableColumnType)theType matching:(NSFMatchType)theMatch value:(NSString *)theValue</Declaration>
126
+ <Declaration>- (id)initWithColumn:(NSFTableColumnType)theType matching:(NSFMatchType)theMatch value:(id)theValue</Declaration>
127
127
  <Parameters>
128
128
  <Parameter>
129
129
  <Name>theType</Name>
@@ -133,7 +133,7 @@ NSFNanoStore *nanoStore = [NSFNanoStore createAndOpenStoreWithType:NSFMemoryStor
133
133
  <Abstract type="html">is the match operator.</Abstract>
134
134
  </Parameter><Parameter>
135
135
  <Name>theValue</Name>
136
- <Abstract type="html">is the value.</Abstract>
136
+ <Abstract type="html">can be an NSString or [NSNull null]</Abstract>
137
137
  </Parameter>
138
138
  </Parameters>
139
139
  <ReturnValue><Abstract type="html">A predicate which can be used in an NSFNanoExpression.</Abstract></ReturnValue>
@@ -269,7 +269,7 @@
269
269
  <Abstract type="html">* The filterClass allows to filter the results based on a specific object class.</Abstract>
270
270
  <DeclaredIn>NSFNanoSearch.h</DeclaredIn>
271
271
 
272
- <Declaration>@property (nonatomic, strong, readwrite) NSString *filterClass</Declaration>
272
+ <Declaration>@property (nonatomic, copy, readwrite) NSString *filterClass</Declaration>
273
273
 
274
274
 
275
275
  <Anchor>//api/name/filterClass</Anchor>
@@ -280,7 +280,7 @@
280
280
  <Abstract type="html">* The filterClass allows to filter the results based on a specific object class.</Abstract>
281
281
  <DeclaredIn>NSFNanoSearch.h</DeclaredIn>
282
282
 
283
- <Declaration>@property (nonatomic, strong, readwrite) NSString *filterClass</Declaration>
283
+ <Declaration>@property (nonatomic, copy, readwrite) NSString *filterClass</Declaration>
284
284
 
285
285
 
286
286
  <Anchor>//api/name/filterClass</Anchor>
@@ -330,6 +330,28 @@
330
330
  <Anchor>//api/name/limit</Anchor>
331
331
  </Token>
332
332
 
333
+ <Token>
334
+ <TokenIdentifier>//apple_ref/occ/instm/NSFNanoSearch/setBag:</TokenIdentifier>
335
+ <Abstract type="html">* limit a Search to a particular bag.</Abstract>
336
+ <DeclaredIn>NSFNanoSearch.h</DeclaredIn>
337
+
338
+ <Declaration>@property (nonatomic, assign, readwrite) NSFNanoBag *bag</Declaration>
339
+
340
+
341
+ <Anchor>//api/name/bag</Anchor>
342
+ </Token>
343
+
344
+ <Token>
345
+ <TokenIdentifier>//apple_ref/occ/instp/NSFNanoSearch/bag</TokenIdentifier>
346
+ <Abstract type="html">* limit a Search to a particular bag.</Abstract>
347
+ <DeclaredIn>NSFNanoSearch.h</DeclaredIn>
348
+
349
+ <Declaration>@property (nonatomic, assign, readwrite) NSFNanoBag *bag</Declaration>
350
+
351
+
352
+ <Anchor>//api/name/bag</Anchor>
353
+ </Token>
354
+
333
355
  <Token>
334
356
  <TokenIdentifier>//apple_ref/occ/clm/NSFNanoSearch/searchWithStore:</TokenIdentifier>
335
357
  <Abstract type="html">Creates and returns a search element for a given document store.</Abstract>
@@ -22,7 +22,7 @@ NSFNanoStore *nanoStore = [NSFNanoStore createAndOpenStoreWithType:NSFMemoryStor
22
22
  <Abstract type="html">* The property key to use when performing a comparison</Abstract>
23
23
  <DeclaredIn>NSFNanoSortDescriptor.h</DeclaredIn>
24
24
 
25
- <Declaration>@property (nonatomic, readonly) NSString *attribute</Declaration>
25
+ <Declaration>@property (nonatomic, copy, readonly) NSString *attribute</Declaration>
26
26
 
27
27
 
28
28
  <Anchor>//api/name/attribute</Anchor>
@@ -33,7 +33,7 @@ NSFNanoStore *nanoStore = [NSFNanoStore createAndOpenStoreWithType:NSFMemoryStor
33
33
  <Abstract type="html">* The property key to use when performing a comparison</Abstract>
34
34
  <DeclaredIn>NSFNanoSortDescriptor.h</DeclaredIn>
35
35
 
36
- <Declaration>@property (nonatomic, readonly) NSString *attribute</Declaration>
36
+ <Declaration>@property (nonatomic, copy, readonly) NSString *attribute</Declaration>
37
37
 
38
38
 
39
39
  <Anchor>//api/name/attribute</Anchor>
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -2163,7 +2163,7 @@ NSArray *bags = [nanoStore bags];</p>
2163
2163
  <div id="footer">
2164
2164
  <hr />
2165
2165
  <div class="footer-copyright">
2166
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
2166
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
2167
2167
 
2168
2168
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
2169
2169
 
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -4605,7 +4605,7 @@ Deactivating FastMode is very safe, but it is also slower.</p>
4605
4605
  <div id="footer">
4606
4606
  <hr />
4607
4607
  <div class="footer-copyright">
4608
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
4608
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
4609
4609
 
4610
4610
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
4611
4611
 
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -715,7 +715,7 @@ NSDictionary *searchResults = [search searchObjectsWithReturnType:NSFReturnObjec
715
715
  <div id="footer">
716
716
  <hr />
717
717
  <div class="footer-copyright">
718
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
718
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
719
719
 
720
720
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
721
721
 
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -1678,7 +1678,7 @@ required. In addition, it provides methods to obtain all bags, specific bags mat
1678
1678
  <div id="footer">
1679
1679
  <hr />
1680
1680
  <div class="footer-copyright">
1681
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
1681
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
1682
1682
 
1683
1683
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
1684
1684
 
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -404,7 +404,7 @@ NSDictionary *searchResults = [search searchObjectsWithReturnType:NSFReturnObjec
404
404
 
405
405
 
406
406
 
407
- <div class="method-subsection method-declaration"><code>@property (nonatomic, copy, readonly) NSString *value</code></div>
407
+ <div class="method-subsection method-declaration"><code>@property (nonatomic, readonly) id value</code></div>
408
408
 
409
409
 
410
410
 
@@ -456,7 +456,7 @@ NSDictionary *searchResults = [search searchObjectsWithReturnType:NSFReturnObjec
456
456
 
457
457
 
458
458
 
459
- <div class="method-subsection method-declaration"><code>+ (NSFNanoPredicate *)predicateWithColumn:(NSFTableColumnType)<em>theType</em> matching:(NSFMatchType)<em>theMatch</em> value:(NSString *)<em>theValue</em></code></div>
459
+ <div class="method-subsection method-declaration"><code>+ (NSFNanoPredicate *)predicateWithColumn:(NSFTableColumnType)<em>theType</em> matching:(NSFMatchType)<em>theMatch</em> value:(id)<em>theValue</em></code></div>
460
460
 
461
461
 
462
462
 
@@ -475,7 +475,7 @@ NSDictionary *searchResults = [search searchObjectsWithReturnType:NSFReturnObjec
475
475
 
476
476
  <dl class="argument-def parameter-def">
477
477
  <dt><em>theValue</em></dt>
478
- <dd><p>is the <a href="#//api/name/value">value</a>.</p></dd>
478
+ <dd><p>can be an NSString or [NSNull null]</p></dd>
479
479
  </dl>
480
480
 
481
481
  </div>
@@ -621,7 +621,7 @@ NSDictionary *searchResults = [search searchObjectsWithReturnType:NSFReturnObjec
621
621
 
622
622
 
623
623
 
624
- <div class="method-subsection method-declaration"><code>- (id)initWithColumn:(NSFTableColumnType)<em>theType</em> matching:(NSFMatchType)<em>theMatch</em> value:(NSString *)<em>theValue</em></code></div>
624
+ <div class="method-subsection method-declaration"><code>- (id)initWithColumn:(NSFTableColumnType)<em>theType</em> matching:(NSFMatchType)<em>theMatch</em> value:(id)<em>theValue</em></code></div>
625
625
 
626
626
 
627
627
 
@@ -640,7 +640,7 @@ NSDictionary *searchResults = [search searchObjectsWithReturnType:NSFReturnObjec
640
640
 
641
641
  <dl class="argument-def parameter-def">
642
642
  <dt><em>theValue</em></dt>
643
- <dd><p>is the <a href="#//api/name/value">value</a>.</p></dd>
643
+ <dd><p>can be an NSString or [NSNull null]</p></dd>
644
644
  </dl>
645
645
 
646
646
  </div>
@@ -697,7 +697,7 @@ NSDictionary *searchResults = [search searchObjectsWithReturnType:NSFReturnObjec
697
697
  <div id="footer">
698
698
  <hr />
699
699
  <div class="footer-copyright">
700
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
700
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
701
701
 
702
702
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
703
703
 
@@ -12,7 +12,7 @@
12
12
  <body>
13
13
  <header id="top_header">
14
14
  <div id="library" class="hideInXcode">
15
- <h1><a id="libraryTitle" href="../index.html">NanoStore 2.5.2 </a></h1>
15
+ <h1><a id="libraryTitle" href="../index.html">NanoStore 2.6.4 </a></h1>
16
16
  <a id="developerHome" href="../index.html">Tito Ciuro</a>
17
17
  </div>
18
18
 
@@ -951,7 +951,7 @@ NSString *value = [result firstValue];</p>
951
951
  <div id="footer">
952
952
  <hr />
953
953
  <div class="footer-copyright">
954
- <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-01-22)</span><br />
954
+ <p><span class="copyright">&copy; 2013 Tito Ciuro. All rights reserved. (Last updated: 2013-03-08)</span><br />
955
955
 
956
956
  <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
957
957