File tree
8 files changed
+13
-17
lines changed- src
- BSON
- tests/bson
8 files changed
+13
-17
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
|
- NEWS+27-5
- VERSION_CURRENT+1-1
- VERSION_RELEASED+1-1
- doc/bson_as_canonical_extended_json.rst+6-6
- doc/bson_as_json.rst+1-1
- doc/bson_as_relaxed_extended_json.rst+6-6
- doc/bson_reader_t.rst+1-1
- doc/bson_reserve_buffer.rst+1-1
- doc/bson_t.rst+2-2
- doc/creating.rst+1-1
- doc/json.rst+4-4
- doc/parsing.rst+1-1
- doc/streaming-bson.rst+1-1
- examples/bcon-col-view.c+1-1
- examples/bson-streaming-reader.c+1-1
- examples/bson-to-json.c+1-1
- examples/hello_bson.c+1-1
- src/bson/bson.c+2-2
- src/bson/bson.h+6-5
- tests/TestSuite.h+1-1
- tests/bson-tests.h+4-4
- tests/test-bson-corpus.c+9-7
- tests/test-json.c+4-4
- NEWS+20
- VERSION_CURRENT+1-1
- VERSION_RELEASED+1-1
- doc/cursors.rst+1-1
- doc/mongoc_collection_command_simple.rst+1-1
- doc/mongoc_collection_find.rst+1-1
- doc/mongoc_collection_find_with_opts.rst+1-1
- doc/mongoc_matcher_t.rst+1-1
- doc/mongoc_read_prefs_set_tags.rst+1-1
- doc/mongoc_uri_get_mechanism_properties.rst+1-1
- doc/tutorial.rst+6-6
- examples/aggregation/aggregation1.c+1-1
- examples/bulk/bulk-collation.c+1-1
- examples/bulk/bulk1.c+1-1
- examples/bulk/bulk2.c+1-1
- examples/bulk/bulk3.c+1-1
- examples/bulk/bulk4.c+1-1
- examples/bulk/bulk5.c+2-2
- examples/bulk/bulk6.c+1-1
- examples/doc-common-insert.c+1-1
- examples/example-client.c+1-1
- examples/example-command-monitoring.c+4-4
- examples/example-command-with-opts.c+2-2
- examples/example-matcher.c+2-2
- examples/example-sdam-monitoring.c+1-1
- examples/filter-bsondump.c+1-1
- examples/find-and-modify.c+1-1
- examples/find_and_modify_with_opts/bypass.c+1-1
- examples/find_and_modify_with_opts/fields.c+1-1
- examples/find_and_modify_with_opts/flags.c+1-1
- examples/find_and_modify_with_opts/opts.c+1-1
- examples/find_and_modify_with_opts/sort.c+1-1
- examples/find_and_modify_with_opts/update.c+1-1
- examples/mongoc-ping.c+1-1
- examples/mongoc-tail.c+1-1
- src/libbson+1-1
- src/mongoc/mongoc-cluster-cyrus.c+2-5
- src/mongoc/mongoc-rpc.c+13-13
- tests/TestSuite.h+2-2
- tests/ha-test.c+4-4
- tests/json-test.c+4-4
- tests/test-conveniences.c+1-1
- tests/test-load.c+1-1
- tests/test-mongoc-command-monitoring.c+2-2
- tests/test-mongoc-matcher.c+1-1
- tests/test-replica-set.c+1-1
- tests/test-secondary.c+1-1
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 8 | + | |
| 9 | + | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 8 | + | |
| 9 | + | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 8 | + | |
| 9 | + | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 8 | + | |
| 9 | + | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
0 commit comments