mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
test more
This commit is contained in:
parent
0afe00a0d5
commit
c4e6e5554d
@ -41,8 +41,9 @@ t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
|
||||
t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
|
||||
t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
|
||||
t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
|
||||
t.insert({ x: 4, z: null, k: { a: "", b: ""} });
|
||||
t.insert({ x: 4, z: null, k: { f: "", b: ""} });
|
||||
t.insert({ x: 4, z: null, k: { c: ""} });
|
||||
t.insert({ x: 4, z: null, k: { h: ""} });
|
||||
t.insert({ x: 4, z: null });
|
||||
t.insert({ x: 4, z: 3});
|
||||
t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
|
||||
|
Loading…
Reference in New Issue
Block a user