public
Fork of yrashk/strokedb
Description: StrokeDB is a lightweight approach to document-oriented database, currently featuring pure Ruby/JRuby implementation.
Homepage: http://groups.google.com/group/strokedb
Clone URL: git://github.com/tmm1/strokedb.git
Very minor strokedb.rb reorganization
yrashk (author)
Sat Apr 19 11:23:25 -0700 2008
commit  6164f329a42658c79408846fe87b7e1ccd8c4a6f
tree    eb250ba31168a53b20137be3489697337951dc60
parent  86eb41f066b3f19f40bd41b93f09b5d4a85d205f
...
28
29
30
31
32
33
34
35
 
36
37
38
...
28
29
30
 
31
32
33
34
35
36
37
38
0
@@ -28,11 +28,11 @@ module StrokeDB
0
   # document version regexp
0
   VERSION_RE = UUID_RE
0
 
0
- RAW_NIL_UUID = "\x00" * 16
0
   # following are special UUIDs used by StrokeDB
0
 
0
   # so called Nil UUID, should be used as special UUID for Meta meta
0
   NIL_UUID = "00000000-0000-0000-0000-000000000000"
0
+ RAW_NIL_UUID = "\x00" * 16
0
 
0
   # UUID used for DeletedDocument meta
0
   DELETED_DOCUMENT_UUID = 'e5e0ef20-e10f-4269-bff3-3040a90e194e'

Comments

    No one has commented yet.