-
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.
New command, mongotcl_appendBsonFromObject, takes a Tcl interpreter, …
…bson pointer, native bson type enum, key and value as a Tcl object and appends the bson according to the data type passed. New command, mongotcl_appendBsonFromObjects, builds on the above routine by accepts the data types as characters and looks them up, etc. New bson object method, array_set, not quite fully implemented but will use the above routines to implement array_set functionality similar to speedtables. BUGZID:
- Loading branch information
1 parent
5b01fd8
commit 3bffb53
Showing
1 changed file
with
337 additions
and
1 deletion.
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