Commit Graph

6 Commits

Author SHA1 Message Date
Kevin Pulo
0c8b0d57c7 SERVER-12746: Fix assert() calls with constant-value args
These calls were mostly mistakes that should have been assert.eq().

assert() will now trip if passed a non-string msg, or too many params.
2015-10-30 20:35:28 +11:00
Calvin Chan
ea25f4c281 SERVER 10160 generate symbolic JS constants for ErrorCodes
Signed-off-by: Adam Midvidy <amidvidy@gmail.com>
2015-08-17 11:30:42 -04:00
Qingyang Chen
bc4572c985 SERVER-15020 Explain for distinct command 2015-07-31 14:05:00 -04:00
eshamaharishi
3947048e1f SERVER-12642 validates input to the distinct command
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-06-17 17:52:39 -04:00
Benety Goh
c535481869 Revert "SERVER-12642 validates input to the distinct command" 2014-06-17 15:41:58 -04:00
eshamaharishi
6032e7c640 SERVER-12642 validates input to the distinct command
Signed-off-by: Benety Goh <benety@mongodb.com>
2014-06-17 13:46:09 -04:00