mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
add XXX about a recent MongoDB change
This commit is contained in:
@@ -507,6 +507,9 @@ var pointToArray = function (point) {
|
||||
var makeInequality = function (cmpValueComparator) {
|
||||
return function (operand) {
|
||||
// Arrays never compare false with non-arrays for any inequality.
|
||||
// XXX This was behavior we observed in pre-release MongoDB 2.5, but
|
||||
// it seems to have been reverted.
|
||||
// See https://jira.mongodb.org/browse/SERVER-11444
|
||||
if (isArray(operand)) {
|
||||
return function () {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user