MongoAS3 icon indicating copy to clipboard operation
MongoAS3 copied to clipboard

AS3 Driver for mongoDB.

Results 8 MongoAS3 issues
Sort by recently updated
recently updated
newest added

Which version of MongoDB is this tested for? Does it work with the latest?

Hello, I had just added a function to retrieve a count of records... Please review it, and make it live, so another users can use it...

heavy edits to Wire.as to allow multiple synchronous requests (by using multiple sockets); previously, multiple requests at the same time would fail silently. now that Wire manages multiple Socket instances...

This is not actually a issue with mongoas3. I integrated mongoas3 in one of my web based flash project. Its working fine in most of the machines, except under corporate...

Hi s9tpepper, Could i use mongodb method like count() ,sort() etc. For now i use find() to get a cusor but maye the result is large but i just need...

Hi Omar. Just wondering if you're still working on MongoAS3, and if you're likely to add support for the Aggregation Framework introduced in MongoDB 2.1.0. Cheers and thanks - love...

I got 2 results for dm.db.runCommand(new Document("getLastError:")).add(onCheckInsertError); insert on localhost ( > db.version() > 1.8.1 > > db.person.find() > { "_id" : ObjectId("4e99be6fea8eed1891bd0546") } The record will be inserted with...

regex runs don't use /xxx/ > db.num.find(); > { "_id" : ObjectId("4e8ef812a3963e830a27360a"), "value" : 1 } > { "_id" : ObjectId("4e8ef818a3963e830a27360b"), "value" : 2 } > { "_id" : ObjectId("4e8ef81ba3963e830a27360c"),...