mango icon indicating copy to clipboard operation
mango copied to clipboard

Pure-Perl non-blocking I/O MongoDB driver

Results 9 mango issues
Sort by recently updated
recently updated
newest added

The examples in the docs include one that relies on `Mojo::IOLoop::Delay`, which has been removed from Mojolicious 9.0. Not sure if there's an alternative way to do what that example...

Mojo::Base 0.50 enables unicode_strings feature in the scope where it used from. As a result, deserializing a regular expression injects qr//u flag to regexp object although the was no such...

The test t/bson.t started failing recently. It seems all fails happened with Mojolicious 8.50 so far. Sample fail reports can be found via the matrix: http://fast-matrix.cpantesters.org/?dist=Mango%201.30 Picking the first one...

It seems here is a bug: https://metacpan.org/source/Mango::Auth::SCRAM#L40 Because Mojo::IOLoop::Delay doesn't guarantee the atomicity of consequential steps, some operation can be injected between auth steps, and the code will receive "not...

This pull request adds promise-returning methods to Mango and related classes as an alternative to non-blocking with callbacks. For this, it relies on Mojo::Promise as introduced with Mojolicious 7.53. All...

Appear to be having the same problem as https://github.com/oliwer/mango/issues/10 which was fixed a while back. Running Mango 1.30 and Mojolicious 7.77. My first query to MongoDB gives me an authentication...

Hi, I try to setup a mongodb clusten at mongodb.net and play arount with perl modules Mango and MongoDB unfortunately if I run a simple test with Mango - the...

The plan for BSON support in the official MongoDB driver is evolving as follows: - BSON v1.0.0 (coming in the next month or so) will provide a complete, well-tested pure-Perl...