Coder Social home page Coder Social logo

Support for Object IDs ? about mongous HOT 5 CLOSED

amark avatar amark commented on September 13, 2024
Support for Object IDs ?

from mongous.

Comments (5)

amark avatar amark commented on September 13, 2024

as far as I know MongoDB automatically generates the ObjectID, which can be retrieved from a find() by grabbing the "_id" property. Does this not work?

from mongous.

joaojeronimo avatar joaojeronimo commented on September 13, 2024

It works great if you want to grab the "_id" property, but if you later want to find({'_id' : thatidyougrabbed}) it wont work, I red somewhere you must generate an ObjectID from the hex that comes from grabbing the "_id" property and then use it to match results.

from mongous.

amark avatar amark commented on September 13, 2024

from http://www.mongodb.org/display/DOCS/Mongo+Wire+Protocol it says that OP_GET_BY_OID code 2003 is no longer in use.

A lot of the BSON decoding/encoding and Object ID stuff is code from node-mongodb-native, which I believe had support for ObjectID and thus should work with Mongous.

If it doesn't though, this probably isn't something I'll fix anytime soon (since my other projects are a higher priority) and cause I suck at BSON stuff.
If you could join in and fix this yourself, I'll pull it.

(? this is marked as being closed ? I didn't do this... how do you "unclose" something?)

from mongous.

joaojeronimo avatar joaojeronimo commented on September 13, 2024

Yes, I saw the "hex to ObjectID" function in the node-mongodb-native project earlier today. I wish I could but I suck a lot more than you at BSON :(

from mongous.

amark avatar amark commented on September 13, 2024

I thought this function was built in, and thus would work (like pretty much everything else) with mongous. But I guess not, sorry about that. :/

from mongous.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.