Mike Dirolf
0a60ad0d7b
support for long type in pure ruby [enc|dec]oder
2009-08-03 17:57:44 -04:00
Mike Dirolf
6cd976398e
minor: c ext return dates as UTC, update credits, tweak last commit
2009-07-16 16:32:57 -04:00
David James
91b1b0ad8f
Fix dates to return as UTC.
...
Signed-off-by: Mike Dirolf <mike@dirolf.com>
2009-07-17 04:26:56 +08: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
71d7ff726b
don't allow invalid key names on inserts
2009-06-01 17:38:11 -04:00
Jon Crosby
c346ded1aa
Fix syntax warning
...
Signed-off-by: mongodb <mongodb@10gen.com>
2009-06-01 21:19:38 +08: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
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
Mike Dirolf
2dffc4b504
don't set _id to default value for hash
2009-04-24 10:03:40 -04:00
Mike Dirolf
02b37f6e48
decoder for data_timestamp
2009-04-22 13:49:56 -04:00
Mike Dirolf
ac4dde5d76
we still need to define ==, even in 1.9
2009-03-23 11:51:35 -04:00
Mike Dirolf
595a9464bb
second gem for extensions
2009-03-19 13:54:46 -04:00
Mike Dirolf
5545f3c943
new-style dbref for ruby enc/decoders
2009-03-18 13:30:30 -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
4e06c63972
fix warning
2009-03-12 16:01:13 -04:00
Mike Dirolf
0f546eb5c5
add new code type rather than doing hacks based on field name. use code_w_scope instead of code
2009-03-12 15:34:15 -04:00
Mike Dirolf
56fddf79d4
dbrefs only need an oid and a collection, not all this extra cruft...
2009-03-10 14:17:01 -04:00
Mike Dirolf
d0d043323f
towards c decoder
2009-03-10 10:23:42 -04:00
Mike Dirolf
1d0fe595c8
equality for ordered hashes
2009-03-05 13:48:15 -05:00
Mike Dirolf
9f2305715e
oid encoder
2009-03-05 11:38:08 -05:00
Mike Dirolf
24e695b40d
encoder for binary
2009-03-04 17:38:06 -05:00
Mike Dirolf
765ed9334e
do to_a if it's not a string
2009-03-04 11:16:28 -05:00
Mike Dirolf
3a3109e7dc
enough encoders to do bson_benchmark
2009-03-04 11:07:22 -05:00
Mike Dirolf
064ddacd5e
c encoder for string types
2009-03-04 10:05:50 -05:00
Mike Dirolf
c69fbb7f67
checkpoint - beginnings of c encoder
2009-03-03 17:07:22 -05:00
Geir Magnusson Jr
232a7f7169
Clarify license to be the Apache License v2.0. Was a
...
mix and the readme still reflected AGPL
2009-02-15 08:24:14 -05:00
Jim Menard
d40c31bb00
comments
2009-02-07 14:36:08 -05:00
Jim Menard
8ecc8cb305
Remove debug warnings.
2009-02-05 15:59:44 -05:00
Jim Menard
d701fd7133
include XGen::Mongo::Driver
2009-02-02 10:14:06 -05:00
Jim Menard
28daeb6600
Support binary subtypes in Ruby driver. Bumped patch version number.
...
Binary type is now a subclass of ByteArray with an additional subtype value
that defaults to 2. BSON special-cases subtype 2 to write out the extra length
int.
2009-02-02 10:07:01 -05:00
Jim Menard
dc3ef378d3
Fixed BSON serialization bug: was modifying objects with ids.
2009-01-28 15:38:31 -05:00
Jim Menard
8a10a5d37d
Fixed BSON behavior: now correctly writes _id first.
2009-01-27 16:26:42 -05:00
Jim Menard
1bbb9fb78f
BSON serialize now takes a ByteBuffer.
2009-01-26 13:52:11 -05:00
Jim Menard
01dc72c834
Fixed OrderedHash#delete
2009-01-26 13:30:42 -05:00
Jim Menard
c65278afc7
Make sure _id gets written first when serializing BSON.
2009-01-26 09:02:18 -05:00
Jim Menard
cc7cac680b
Make ByteBuffer work no matter what the string encoding scheme.
2009-01-21 12:09:18 -05:00
Jim Menard
5c751e9cfc
Fixed OrderedHash key deletion.
2009-01-21 10:53:26 -05:00
Jim Menard
62502a3f24
Changed BINARY BSON format based on spec change.
2009-01-20 09:03:43 -05:00
Jim Menard
59f32caf57
Fixed DBRef BSON format.
2009-01-15 15:12:16 -05:00
Jim Menard
74773efe0c
Fixed symbol ser/deser
2009-01-14 09:23:19 -05:00
Jim Menard
5793ce986b
UTF-8 encoding/decoding for Ruby 1.9.
2009-01-13 12:53:55 -05:00
Jim Menard
de59adecee
Moved Mongo data types into subdir.
2009-01-13 10:23:20 -05:00
Jim Menard
f5c06d2b62
New RegexpOfHolding class that maintains unknown option flags.
2009-01-13 09:12:13 -05:00
Jim Menard
bda7cfd264
OrderedHash is not necessary with Ruby 1.9, so we stub out the innards of the class but keep the class for code compatability.
2009-01-12 16:28:29 -05:00
Jim Menard
c6bd4fc100
Added the XGen::Mongo::Driver::Undefined data type (yuck)
2009-01-12 12:08:02 -05:00
Jim Menard
5bbed1c5f0
removed unused method args
2009-01-12 11:13:49 -05:00
Jim Menard
b6b819fe89
output copy of BSON on error
2009-01-12 11:11:58 -05:00
Jim Menard
65b9a6d103
Fixed BINARY length output
2009-01-12 10:48:04 -05:00