Mike Dirolf
|
25e960441b
|
API CHANGE: better, less redundant API for index_information
|
2009-06-02 11:24:52 -04:00 |
Mike Dirolf
|
d87a7da617
|
BUG RUBY-15 don't check key names on create_index operations
|
2009-06-02 09:38:31 -04:00 |
Mike Dirolf
|
2743fd39b1
|
failing test case for index on subfield
|
2009-06-02 09:27:50 -04:00 |
John Nunemaker
|
13a9cfe83f
|
Merge branch 'mongodb/master'
|
2009-06-01 23:24:16 -04:00 |
Mike Dirolf
|
71d7ff726b
|
don't allow invalid key names on inserts
|
2009-06-01 17:38:11 -04:00 |
Mike Dirolf
|
6e9a5194f9
|
credits
|
2009-06-01 09:21:59 -04:00 |
Jon Crosby
|
c346ded1aa
|
Fix syntax warning
Signed-off-by: mongodb <mongodb@10gen.com>
|
2009-06-01 21:19:38 +08:00 |
John Nunemaker
|
f95102c2bb
|
Updated save to actually check if id exists in the collection.
|
2009-05-31 22:45:05 -04:00 |
John Nunemaker
|
4cfa9cbcf3
|
Fixed lack of parenthesis ruby warning that I was receiving on 1.8.6.
|
2009-05-31 22:17:20 -04:00 |
John Nunemaker
|
4d7f06a6be
|
Implemented that index fields can also be specified with symbols.
|
2009-05-31 22:16:01 -04:00 |
Mike Dirolf
|
d679a17478
|
BUMP 0.8 Collection#save, DB#previous_error and DB#reset_error_history
|
2009-05-26 15:28:13 -04:00 |
Mike Dirolf
|
cabca61e0d
|
previous_error and reset_error_history. snuck in a quick fix to OrderedHash equality
|
2009-05-26 15:26:20 -04:00 |
Mike Dirolf
|
dc44751d2f
|
add credits
|
2009-05-18 10:02:10 -04:00 |
Mike Dirolf
|
d5bed6e43e
|
test save
|
2009-05-18 09:59:10 -04:00 |
Aman Gupta
|
2fafddd7fa
|
Add Collection#save
|
2009-05-15 18:21:10 -07:00 |
Mike Dirolf
|
dfd2f1abc8
|
BUMP 0.7 mainly adding support for negative integers
|
2009-05-15 11:20:51 -04:00 |
Mike Dirolf
|
37d6e16fe7
|
test and fix for BSON w/ negative integers. raise RangeError for out of range ints
|
2009-05-15 11:19:13 -04:00 |
Mike Dirolf
|
a9aa5e5271
|
fix for pure ruby encoder when _id is a falsey value. more tests
|
2009-05-12 14:21:17 -04:00 |
Eliot Horowitz
|
124409ee03
|
change test for spider monkey
|
2009-05-08 17:17:58 -04:00 |
Mike Dirolf
|
981ff1a4ce
|
BUMP 0.6.7 group, dereference
|
2009-04-28 16:01:27 -04:00 |
Mike Dirolf
|
cea73c2712
|
dereference helper method
|
2009-04-28 14:55:36 -04:00 |
Mike Dirolf
|
a153eae543
|
minor: remove To Dofrom README
|
2009-04-27 14:20:28 -04:00 |
Mike Dirolf
|
29cdfe64f1
|
add group method on collections
|
2009-04-27 14:19:38 -04:00 |
Mike Dirolf
|
2dffc4b504
|
don't set _id to default value for hash
|
2009-04-24 10:03:40 -04:00 |
Mike Dirolf
|
1c5bb1405f
|
remove entire output dir, not just a single version
|
2009-04-23 15:39:57 -04:00 |
Mike Dirolf
|
bb6d0330c2
|
BUMP 0.6.6 a bunch of minor updates
|
2009-04-23 11:09:49 -04:00 |
Mike Dirolf
|
c5ccdfe5b8
|
update tests for auto create _id index
|
2009-04-22 15:23:46 -04:00 |
Mike Dirolf
|
02b37f6e48
|
decoder for data_timestamp
|
2009-04-22 13:49:56 -04:00 |
Mike Dirolf
|
1312c70677
|
add support for unique index creation
|
2009-04-21 14:44:57 -04:00 |
Mike Dirolf
|
a2898effb4
|
no longor drop_indexes when we drop_collection
|
2009-04-16 09:55:50 -04:00 |
Mike Dirolf
|
0aec898596
|
generate documentation in directory specific to version number
|
2009-04-14 16:53:42 -04:00 |
Mike Dirolf
|
0818627108
|
drop database before doing benchmarking
|
2009-03-24 12:01:08 -04:00 |
Mike Dirolf
|
7f5fce680e
|
oops
|
2009-03-23 13:30:55 -04:00 |
Mike Dirolf
|
2d841222b7
|
update c extension so it works on 1.8 and 1.9
|
2009-03-23 12:14:38 -04:00 |
Mike Dirolf
|
6a4ce41bb4
|
use gem1.9 if we used rake1.9
|
2009-03-23 12:13:44 -04:00 |
Mike Dirolf
|
ac4dde5d76
|
we still need to define ==, even in 1.9
|
2009-03-23 11:51:35 -04:00 |
Mike Dirolf
|
6171b480d7
|
try the build again
|
2009-03-19 15:53:28 -04:00 |
Mike Dirolf
|
802e6d9a3f
|
update README w/ info about installing extension
|
2009-03-19 14:56:54 -04:00 |
Mike Dirolf
|
595a9464bb
|
second gem for extensions
|
2009-03-19 13:54:46 -04:00 |
Mike Dirolf
|
9e12025727
|
setup extension gem
|
2009-03-19 13:12:30 -04:00 |
Mike Dirolf
|
4e386c8cff
|
change require path for extension
|
2009-03-19 13:11:43 -04:00 |
Mike Dirolf
|
9cf2344c41
|
list files manually so they work w/ github. remove extension bits since that will be made a second gem
|
2009-03-19 13:09:59 -04:00 |
Mike Dirolf
|
e60387f2fe
|
c enc/decoder for new-style dbrefs
|
2009-03-18 13:54:33 -04:00 |
Mike Dirolf
|
5545f3c943
|
new-style dbref for ruby enc/decoders
|
2009-03-18 13:30:30 -04:00 |
Mike Dirolf
|
ceb994d656
|
get extension to build on gem install
|
2009-03-17 17:48:43 -04:00 |
Mike Dirolf
|
db7cb56fc7
|
remove debugging cruft
|
2009-03-16 09:38:07 -04:00 |
Mike Dirolf
|
2541199903
|
oops didn't mean to commit this
|
2009-03-16 08:47:03 -04:00 |
Mike Dirolf
|
dccc442edb
|
for now don't try to install extension
|
2009-03-13 17:24:16 -04:00 |
Mike Dirolf
|
8bc4bb9962
|
do a db.error at the end of each teardown. hopefully this will fix the out of order messages that we've been experiencing
|
2009-03-13 17:09:19 -04:00 |
Mike Dirolf
|
1840c23364
|
include c extension in gem
|
2009-03-13 15:25:24 -04:00 |