Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-2829

arrays do not match themselves when part of a $in expression

    • ALL

      t.save(

      {key: ['1']}

      );
      assert.eq( 1, t.count( {key:{$in:[['1']]}} ) );

      This fails

            Assignee:
            aaron Aaron Staple
            Reporter:
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: