Commit Graph

25 Commits (3a94b8a90878753bafad9fdfb7f0a0458d99ec6e)

Author SHA1 Message Date
Sascha Matzke 3a94b8a908 added functionality to deal with dead cursors (requery with offset=already read objects) 2009-04-28 22:03:39 +02:00
Sascha Matzke d6cb050942 removed some more inlines 2009-04-25 10:03:09 +02:00
Sascha Matzke 56bad90e73 fixed collection problem (query) 2009-04-24 09:32:00 +02:00
Sascha Matzke 449f677ad8 removed inlines from benchmark.factor
added call( and execute( statements to make code compile
2009-04-24 08:24:12 +02:00
Sascha Matzke e9551ab78e Merge branch 'master' of git@github.com:x6j8x/mongo-factor-driver
Conflicts:
	mongodb/driver/driver.factor
2009-04-22 16:11:26 +02:00
Sascha Matzke ea87b380f3 made auto node discovery work 2009-04-22 16:09:03 +02:00
Sascha Matzke d78dc167b6 count word now takes a "normal" query object as argument
refactored the creation/validation of collections
2009-04-17 08:04:49 +02:00
Sascha Matzke c936517c45 reworked connection handling, added mdb-pool connection pooling 2009-04-14 15:14:43 +02:00
Sascha Matzke a61796fe76 another checkpoint - tuple integration seems to work 2009-04-04 16:13:56 +02:00
Sascha Matzke 33d99b6076 checkpoint tuple integration 2009-04-04 11:10:13 +02:00
Sascha Matzke f3a7f9d6be fixed find-one 2009-03-30 11:01:15 +02:00
Sascha Matzke 1c1f9f46c6 fixed find-one - now returns a result or f 2009-03-28 16:40:57 +01:00
Sascha Matzke 5da0566426 performance improvements 2009-03-27 16:33:49 +01:00
Sascha Matzke b57cdefde0 added doc files
optimized string write performance
2009-03-25 18:22:28 +01:00
Sascha Matzke 76824c3bc7 changed "; parsing" to new "SYNTAX:" notation 2009-03-23 08:55:07 +01:00
Sascha Matzke cd90702e39 added regexp queries 2009-03-17 17:50:46 +01:00
Sascha Matzke 2a29d7fed4 changed find, update and get-more 2009-03-11 14:40:07 +01:00
Sascha Matzke 536933fafc some formatting 2009-03-09 22:58:19 +01:00
Sascha Matzke a041fb06dc added some more inlines to make words infer 2009-03-07 19:08:40 +01:00
Sascha Matzke aaf887ab1d added stack effect to quot argument to with-db
made key check in query benchmarks optional
2009-03-07 14:06:53 +01:00
Sascha Matzke ca2459f729 made some performance improvements by using a shared byte-vector buffer for serialization 2009-03-07 13:54:53 +01:00
Sascha Matzke 87f0eeb282 fixed bug in bson.writer which caused any field name "_id" to be written twice,
fixed lasterror in mongodb.driver
2009-03-05 07:01:12 +01:00
Sascha Matzke 66cf30ac1c made most "front" methods generic
switched back to assoc generic type
2009-03-03 22:44:24 +01:00
Sascha Matzke 75c28ee62f renamed some things
moved _id and _mdb_ constants to bson vocab
2009-03-03 16:26:54 +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