0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #29 from motion-twin/master More... about 7 years ago
Add timeout More... about 7 years ago
Add cursor.maxTimeMS() More... almost 8 years ago
fix More... about 8 years ago
Cursor: call getMore() if necessary when limit is defined More... about 8 years ago
Haxe 3.2 fix More... about 8 years ago
Merge pull request #1 from MattTuttle/master More... over 8 years ago
Merge branch 'master' of https://github.com/motion-twin/mongo-haxe-driver More... over 8 years ago
Fix: close socket after connection failure More... over 8 years ago
Updating test to use travis-ci's haxe environment More... almost 9 years ago
Fixing if cursorId is null on java/c++ More... about 9 years ago
Merge pull request #27 from jonasmalacofilho/cursor-of-T More... about 9 years ago
Fixes for haxe 3.1.3 More... about 9 years ago
Update tests for haxe 3.2 More... about 9 years ago
Merge branch 'motion-twin-master' into haxe-3.2 More... about 9 years ago
Getting ready for haxe 3.2 More... about 9 years ago
sneaky patch for 3.2 More... about 9 years ago
Fix ObjectID.ofHex() More... about 9 years ago
Add optional query parameter for Collection.count() More... about 9 years ago
Add ObjectID toHex / ofHex / ofBytes More... about 9 years ago
Add db.getLastError() More... about 9 years ago
BSONEncoder: switch on TClass(X) for String, Bytes, etc. More... about 9 years ago
BSONEncoder: use Type.typeof instead of Std.is for better Float / Int detection. Add tests. More... about 9 years ago
Add Collection.aggregate() More... about 9 years ago
On query failure, throw QueryException object More... about 9 years ago
Do not call getMore on server when cursorID is zero More... about 9 years ago
Add ObjectID.getDate() More... about 9 years ago
Try to improve ObjectID generation: - Use bigEndian (mainly for timestamp at start) - start sequence counter with a random value - hash localhost name More... about 9 years ago
Add haxe.io.Bytes in BSONEncoder/Decoder Revert to encode as int if Std.is(value,Int) More... about 9 years ago
Add type parameter to Cursor More... about 9 years ago