This website requires JavaScript.
Explore
Help
Sign In
mirror
/
mongo
mirror of
https://github.com/mongodb/mongo
Watch
1
Star
0
Fork
You've already forked mongo
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v1.2
mongo
/
jstests
/
objid5.js
7 lines
100 B
JavaScript
Raw
Permalink
Blame
History
t
=
db
.
objid5
;
t
.
drop
(
)
;
t
.
save
(
{
_id
:
5.5
}
)
;
assert
.
eq
(
18
,
t
.
findOne
(
)
.
bsonsize
(
)
,
"A"
)
;
Reference in New Issue
View Git Blame
Copy Permalink