Kyle Banker
300b442a94
Create logging message only when a logger is passed to the Connection.
...
Results in a pretty significant performance improvement.
Many thanks to Matt Taylor for noticing the unusual glut of calls
to ObjectId#to_s. See here: http://unhalting.com/?p=18
2010-09-08 14:27:27 -04:00
Kyle Banker
6b2939f2f7
RUBY-171 allow Cursor#to_a even after iterating; added Cursor#rewind; consistent Enumberable behavior for Cursor
2010-08-26 12:35:42 -04:00
Kyle Banker
7bb59610b7
minor: kill cursors only when necessary
2010-08-06 16:02:51 -04:00
Kyle Banker
c9573f05ad
minor: fix default timeout option
2010-07-16 14:04:13 -04:00
Kyle Banker
b1cf0d1e13
minor: close connection before exception
2010-07-15 14:13:40 -04:00
Kyle Banker
86c50a0555
Removed deprecated options and methods.
2010-07-12 14:31:12 -04:00
Kyle Banker
265f074f10
RUBY-147 check for CursorNotFound response flag
2010-07-12 12:11:01 -04:00
Kyle Banker
030c850669
minor: nicer query opts generation
2010-07-09 16:15:36 -04:00
Kyle Banker
2121d6c809
minor: cleaner output for cursor inspect
2010-07-02 17:24:45 -04:00
Kyle Banker
a7e2991c31
fix for boolean command response in core server 1.5.2
2010-05-31 22:52:03 -04:00
Kyle Banker
924a275ea3
check command response by default; better DB#command api
2010-05-18 16:17:17 -04:00
Mike Dirolf
edd8a7104f
default batch size should always be 0
2010-05-10 12:11:23 -04:00
Kyle Banker
97ee66be02
minor: source file encoding with magic comment
2010-05-07 15:33:27 -04:00
Kyle Banker
3209ca05fd
deprecate JavaScript string for Collection#find
2010-05-07 15:16:38 -04:00
Kyle Banker
06c7934675
RUBY-127
2010-05-07 15:15:52 -04:00
sleverbor
ed76126a12
namespaced the OrderedHash class
2010-05-06 18:25:18 -07:00
Kyle Banker
acc42dce65
RUBY-115 tailable cursors
2010-04-12 13:53:18 -04:00
Kyle Banker
b9f579876c
RUBY-120 configurable batch size; begin 0.20.2
2010-04-12 11:57:14 -04:00
Kyle Banker
35dac1f31e
added find_and_modify helper
2010-04-06 17:56:21 -04:00
Kyle Banker
c4d5cb641b
renamed mongo_bson to bson
2010-04-05 10:39:55 -04:00
Kyle Banker
c276a23615
minor: use $ with query and orderby params on query message
2010-03-30 12:26:57 -04:00
Houdini
33f4aca658
More flexible :fields option, supporting {}
...
This allows exact definition of the fields you want included in the query results. For example :fields => {:name => 1, :people => 0} will include the name key but exclude the people key.
2010-03-26 13:58:18 -07:00
Kyle Banker
a94a870202
log messages read like valid ruby driver code
2010-03-23 22:40:43 -07:00
Kyle Banker
f2bc05f51c
merge new bson commits
2010-03-19 15:23:24 -04:00
Kyle Banker
4008752b02
RUBY-113 allow has_next for cursors
2010-03-19 14:31:31 -04:00
Charles Remes
a9b3c8e7a5
Try again: Split the BSON logic out to a separate gem
...
- changed the BSON constant to BSON_CODER and scoped it inside
of a module
- changed the directory layout for all of the BSON related files
- updated the C extension to find the BSON files at their new
directory locations
- updated the C extension to use better/safer macros for accessing
the C API; extension now compiles cleanly under rubinius/rbx
- changed directory layout for BSON related tests
- modified the Rakefile to understand the new layout
2010-03-17 14:55:19 -05:00
Kyle Banker
8faa243484
added sort to query logging RUBY-101
2010-03-15 11:51:22 -04:00
Kyle Banker
d6111f535c
removed deprecated Cursor#next_object
2010-02-23 13:09:36 -05:00
Kyle Banker
5dd2636634
minor: copyright update
2010-02-19 17:41:36 -05:00
Kyle Banker
98af49f465
added core doc references
2010-02-08 12:12:18 -05:00
Kyle Banker
ba2b23476d
minor performance improvements
2010-01-14 13:30:38 -05:00
Kyle Banker
523f0ebc2c
yard for Cursor
2010-01-08 16:18:07 -05:00
Kyle Banker
7655a2c424
deprecated Cursor#next_object for Cursor#next_document
2009-12-16 18:09:48 -05:00
Kyle Banker
f8a6d1ebb9
minor: docs, whitespace, naming
2009-12-16 14:16:49 -05:00
Kyle Banker
992f6c30dc
minor: removed entraneous constant
2009-12-02 11:56:58 -05:00
Kyle Banker
d40f445c19
Fixes for 1.9
2009-12-01 17:23:24 -05:00
Kyle Banker
05b5fc576b
Cleanup w/r/t loading c ext and testing it
2009-12-01 13:49:57 -05:00
Kyle Banker
ab0d189832
Simplified message sending methods names; organized Connection
2009-11-24 14:23:43 -05:00
Kyle Banker
515594ebf3
Completed deprecation of old sort options, :offset, and Collection#clear
2009-11-23 18:09:13 -05:00
Kyle Banker
11a92349e9
Merged branch for initial connection pooling code
2009-11-23 15:20:05 -05:00
Kyle Banker
7890d6e146
Fixes for replica pairs.
2009-11-23 13:13:14 -05:00
Kyle Banker
3362fb5be6
Simplified BSON serialization calls for performance.
2009-11-12 14:48:49 -05:00
Kyle Banker
41c95a0392
refactoring: moved receive methods from cursor to db class.
2009-11-04 17:46:15 -05:00
Kyle Banker
68bb1d2060
minor: Initial collection unit tests. Logging message update.
2009-11-02 15:50:16 -05:00
Kyle Banker
95f3686119
Restored pretty messages for logging.
2009-11-02 15:04:06 -05:00
Kyle Banker
67b7f6b375
Refactored Query class into Cursor class.
2009-10-22 14:10:12 -04:00
Kyle Banker
de5c078cec
Finished removing Message classes. Made Cursor#close threadsafe.
2009-10-21 10:11:33 -04:00
Kyle Banker
b938765ac0
Removed GetMoreMessage and QueryMessage classes with initial refactoring.
2009-10-20 15:44:46 -04:00
Mike Dirolf
4fdcad1327
cleanup and credits
2009-10-08 10:05:06 -04:00
Mike Dirolf
de6fef357b
driver was sending hard limits where it should've sent soft, and vice-versa. fix and add tests for this
2009-09-30 10:49:08 -04:00