-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new array_set method to bson objects that takes an optional typ…
…e array that can specify data types to encode. Make mongotcl_appendBsonFromObjects express binary object types inline with normal types, in other words binary_generic rather than binary with a separate subtype of generic. New internal routine mongotcl_arraytobson in support of the above, simplifies things considerably and will be used in additional places. BUGZID:
- Loading branch information
1 parent
3bffb53
commit 6766a58
Showing
2 changed files
with
128 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters