public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
fixed meta key withing Meta#find
oleganza (author)
Sat Jun 07 09:19:37 -0700 2008
commit  6c890c0c5140d9702476ebe714f62a7e6b247998
tree    5dde55bb030e9b0f67d62f86f629afc3d3f9b898
parent  7ed34f81d10fef52d9c5966165fe84c786df5a63
...
205
206
207
208
 
209
210
211
...
205
206
207
 
208
209
210
211
0
@@ -205,7 +205,7 @@ module StrokeDB
0
       end
0
 
0
       store = args[0]
0
-      opt = { Meta => @metas.map {|m| m.document(store)} }
0
+      opt = { Meta.meta_uuid => @metas.map {|m| m.document(store)} }
0
 
0
       case args[1]
0
       when String

Comments