mongodb: Fixed failing test for `aggregate` method.
[nit.git] / lib / mongodb / mongodb.nit
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
2017-08-30 Jean Privatlib/mongodb: fix database_names test
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-09-19 Alexis Laferrièrelib & contrib: update imports
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-08-10 Alexandre Terrasamongodb: avoid MongoCollection finalization by garbage...
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: clean MongoCollection::find nitunit output
2015-05-11 Alexandre Terrasalib: introduce MongoDB wrapper