Cannot use Object.bsonsize
Solved
First of all, thanks for this product!
I am writing a script to clean documents with null or empty values and I need to assert the size diference with the saved difference so I can be sure that the modifications are actually worth it. I cannot assert document size with Object.bsonsize though, as the function is not defined
Thanks
Thank you for your bug report. We will fix the bug in the next build.
As a workaround solution, you can use calculateObjectSize, and it is equal to "Object.bsonsize."
Thank you for your bug report. We will fix the bug in the next build.
As a workaround solution, you can use calculateObjectSize, and it is equal to "Object.bsonsize."
Fixed in 4.7.5
Fixed in 4.7.5
Replies have been locked on this page!