Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / mongodb /
2019-08-16 Louis-Vincent Boud... mongodb: Fixed failing test for `aggregate` method.
2019-02-20 Jean Privatmongo: use `mongo` instead of `localhost` by default
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-08-30 Jean Privatlib/mongodb: fix database_names test
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2017-02-08 Alexandre Terrasamongo: add query unwind stage
2017-02-08 Alexandre Terrasamongo: fix query op name to follow the comment/spec
2017-01-18 Jean PrivatMerge: Revamp the C string to Nit string services to...
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-12-06 Alexandre Terrasalib/mongo: use NIT_TESTING_ID
2016-11-28 Alexandre Terrasamongo: add array related queries
2016-11-28 Alexandre Terrasamongo: fix query prefixes
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-08-18 Alexandre Terrasalib/mongo: introduce MongoMatch logicial expressions
2016-08-18 Alexandre Terrasalib/mongo: introduce MongoMatch::regex
2016-08-18 Alexandre Terrasalib/mongo: make MongoMatch::op public
2016-08-15 Alexandre Terrasalib/mongo: make limit and skip parameters optional...
2016-08-14 Alexandre Terrasalib/mongo: introduce mongo queries
2016-08-08 Alexandre Terrasalib/mongodb: allow new MongoObjectId instances
2016-07-20 Alexandre Terrasamongodb: wrap `Collection::aggregate` function
2016-02-19 Jean Privatcode: update clients of the former `recover_with`
2015-11-30 Jean PrivatMerge: mongodb: allow client to set `skip` and `limit...
2015-11-29 Alexandre Terrasamongodb: fix iterator crashes
2015-11-29 Alexandre Terrasamongodb: allow client to set `skip` and `limit` when...
2015-11-29 Alexandre Terrasamongodb: fixes crash when the return of `mongoc_cursor_...
2015-11-29 Alexandre Terrasamongodb: use FinalizableOnce instead of Finalizable
2015-11-28 Alexandre Terrasamongodb: pin non-native instances to avoid GC crashes
2015-10-16 Alexandre Terrasalib/mongodb: fix segfault in `Collection::find` method
2015-10-16 Alexandre Terrasalib/mongodb: collections do not call next when returnin...
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-10 Alexandre Terrasamongodb: avoid MongoCollection finalization by garbage...
2015-08-10 Alexandre Terrasamongodb: fix C warnings
2015-06-29 Alexandre Terrasalib/mongodb: check null receiver when accessing names...
2015-06-29 Alexandre Terrasalib/mongodb: set automatic last id when inserting or...
2015-06-11 Alexandre Terrasalib/mongodb: generate native object ids for document...
2015-06-11 Alexandre Terrasalib/mongodb: clean MongoCollection::find nitunit output
2015-05-27 Alexis Laferrièrelib/mongodb: fix invalid FFI code
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-11 Alexandre Terrasalib: introduce MongoDB wrapper