Jim Menard
d3d0d5a16e
Improved error messages.
2009-01-20 15:59:07 -05:00
Jim Menard
623a22ceda
DB can have PK factory. Collection#insert returns objects inserted (possibly modified by PK factory).
2009-01-16 16:10:52 -05:00
Jim Menard
e0162aebb9
Level 1 support:
...
- Added PK factory support to the db class. Documented it in the README.
- Mongo#db now takes an options hash (right now, for :strict and :pk) and
passes it in to the DB constructor.
2009-01-16 14:41:53 -05:00
Jim Menard
94f5214e45
Simplified DB#collection logic. Removed assert that only worked coincidentally.
2009-01-16 13:24:49 -05:00
Jim Menard
711cd4ea55
removed unnecessary require that causes warnings about redefining DEFAULT_PORT
2009-01-15 09:35:25 -05:00
Jim Menard
c3d73e4151
Mongo and DB ctors can now take array of nodes. Tests now close @db in teardown.
2009-01-14 18:37:28 -05:00
Jim Menard
fdb4ed7dc5
New switch_to_master db method. Reorganized db tests a bit.
2009-01-14 15:49:49 -05:00
Jim Menard
abf5b7f8f0
Comment. Removed unneeded require.
2009-01-14 15:36:17 -05:00
Jim Menard
50070c2efa
Support for hints.
2009-01-13 15:51:41 -05:00
Jim Menard
61a0244c4c
Pass Collection object, not name, to query so that we can access its hint fields at query time.
2009-01-13 15:38:46 -05:00
Jim Menard
1afd968f5d
Added Cursor#explain. Made query sends lazy.
2009-01-13 14:02:16 -05:00
Jim Menard
dd48ec13ab
Added DB#master method.
2009-01-13 13:08:04 -05:00
Jim Menard
60ab3d99dc
Implemented Admin#profiling_info.
2009-01-07 15:58:54 -05:00
Jim Menard
15055794c7
Beginnings of Admin implementation.
2009-01-07 15:36:12 -05:00
Jim Menard
3473d026a6
Added synchronization
2009-01-07 11:46:38 -05:00
Jim Menard
26b88efd3b
Bug fixes:
...
- Make sure Query#fields returns a hash, not an array.
- Fix query limit by passing limit number to cursor and having it enforce the
limit. (Database returns limit as first batch, but will continue to return
data after the limit if requested.)
Improvements:
- Query#new can take a single field name instead of an array
- A few doc comment improvements here and there.
2009-01-07 09:46:30 -05:00
Jim Menard
f709bc6290
Updated copyright dates.
2009-01-06 10:51:01 -05:00
Jim Menard
459381b9e4
Guard against nil options in DB#create_collection. Doc fix.
2008-12-17 13:14:42 -05:00
Jim Menard
95e75995f6
Doc tweaks
2008-12-17 11:49:06 -05:00
Jim Menard
aee3ae2c9d
More documentation
2008-12-17 11:43:08 -05:00
Jim Menard
02cd38fce0
Added XGen::Mongo::Driver::DB.master?
2008-12-16 17:35:31 -05:00
Jim Menard
103d7e5c62
New optional "strict" mode for databases.
2008-12-16 17:08:15 -05:00
Jim Menard
c3b1225605
Removed automatic _id creation.
2008-12-08 13:56:48 -05:00
Jim Menard
7669900126
Lots of fixes.
...
- Introduced OrderedHash because db commands require that the command key be
first.
- Fixed BSON (de)serialization of object ids.
- Simplified @coll.drop_indexes.
- Renamed some method parameters to make their type more clear (for example,
"collection" became "collection_name").
- Got the index_information test working.
2008-12-08 11:38:42 -05:00
Jim Menard
067ec66812
Fixed index info retrieval
2008-12-08 08:33:29 -05:00
Jim Menard
51dde79ba4
Add _id to inserted records. Fixed ObjectID load, save, and generation.
2008-12-04 08:37:42 -05:00
Jim Menard
99db98f6e8
Made db.full_coll_name public. Wrote a test for it.
2008-12-02 07:26:45 -05:00
Jim Menard
8b82d716dd
Added to to-do list.
2008-12-02 07:22:32 -05:00
Jim Menard
acf5cc994b
More tests. Fixed some db client bugs.
2008-12-02 07:20:29 -05:00
Jim Menard
8459fcad5b
Added call to db.count to example. Need to see why it's not working.
2008-12-01 19:36:20 -05:00
Jim Menard
5e3815bf69
first commit
2008-11-21 20:00:51 -05:00