Commit Graph

16 Commits (ff6de8a2627fe73edbe2872c7581060c88d74d12)

Author SHA1 Message Date
Sascha Matzke ff6de8a262 fixed reading boolean values 2009-05-01 14:03:29 +02:00
Sascha Matzke d6cb050942 removed some more inlines 2009-04-25 10:03:09 +02:00
Sascha Matzke a61796fe76 another checkpoint - tuple integration seems to work 2009-04-04 16:13:56 +02:00
Sascha Matzke c80084d606 fixed objid / objref write and read 2009-04-04 14:11:27 +02:00
Sascha Matzke ae331d9373 fixed typo 2009-03-27 16:38:29 +01:00
Sascha Matzke 5da0566426 performance improvements 2009-03-27 16:33:49 +01:00
Sascha Matzke cd90702e39 added regexp queries 2009-03-17 17:50:46 +01:00
Sascha Matzke fbae728a2e added support (write/read) for timestamps 2009-03-06 14:37:11 +01:00
Sascha Matzke 02a76d0a3e started complete rewrite... Now there's a low-level driver (mongodb.driver)
implementation. Tuple integration will follow soon.
2009-03-01 22:45:38 +01:00
Sascha Matzke 2e641216f3 changed type > byte-array conversion; now using io.binary (>le, le>)
updated USING:s
2009-02-09 08:31:47 +01:00
Sascha Matzke 16965933bc dropped oid and dbref support from bson; now using uuid (v1) for objid (Binary, Subtype: UUID)
and custom binary format for objrefs (ns, objid - Binary, Subtype: Custom)
2009-02-01 17:40:52 +01:00
Sascha Matzke 9838b6fee1 reworked reading of cstrings (using BV{ } now) - not sure about using read-until 2009-01-31 11:51:30 +01:00
Sascha Matzke aa77fdd4e5 removed unused vocab 2009-01-30 12:23:05 +01:00
Sascha Matzke f588143082 changed stream>assoc to return the amount of bytes read from the stream 2009-01-29 13:47:33 +01:00
Sascha Matzke 3e433f52a2 various changes 2009-01-23 06:53:08 +01:00
Sascha Matzke 28809b0ec0 made bson a toplevel vocab 2009-01-03 12:48:11 +01:00