asyncmongo icon indicating copy to clipboard operation
asyncmongo copied to clipboard

Client().insert() not return ObjectId()

Open valyukov opened this issue 13 years ago • 3 comments

method insert doesnt returned ObjectId() and doesn't pass it to callback function, this is a normal behavior?

valyukov avatar Jul 31 '12 12:07 valyukov

It is terrible for me too!

Satchitananda avatar Aug 14 '12 11:08 Satchitananda

Agreed, this feature would be very helpful

st4lk avatar Sep 10 '12 09:09 st4lk

I leave this mongodb driver implementation, now i use motor https://github.com/ajdavis/mongo-python-driver/tree/motor , this realization maybe include to base distribution pymongo.

valyukov avatar Sep 10 '12 10:09 valyukov