*: update all clients of the `CString::to_s` services
[nit.git] / lib / mongodb / native_mongodb.nit
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-08-08 Alexandre Terrasalib/mongodb: allow new MongoObjectId instances
2016-07-20 Alexandre Terrasamongodb: wrap `Collection::aggregate` function
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-08-10 Alexandre Terrasamongodb: fix C warnings
2015-06-11 Alexandre Terrasalib/mongodb: generate native object ids for document...
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