File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
spec/spec_tests/data/crud_unified Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55
55
-
56
56
q : *filter
57
57
u : *update
58
+ multi : true
58
59
let : *let0
59
60
outcome :
60
61
-
67
68
68
69
- description : " updateMany with let option unsupported (server-side error)"
69
70
runOnRequirements :
70
- - minServerVersion : " 3.6 .0"
71
+ - minServerVersion : " 4.2 .0"
71
72
maxServerVersion : " 4.4.99"
72
73
operations :
73
74
- name : updateMany
92
93
-
93
94
q : *filter1
94
95
u : *update1
96
+ multi : true
95
97
let : *let1
96
98
outcome :
97
99
-
Original file line number Diff line number Diff line change 63
63
64
64
- description : " UpdateOne with let option unsupported (server-side error)"
65
65
runOnRequirements :
66
- - minServerVersion : " 3.6 .0"
66
+ - minServerVersion : " 4.2 .0"
67
67
maxServerVersion : " 4.4.99"
68
68
operations :
69
69
- name : updateOne
You can’t perform that action at this time.
0 commit comments