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

unimplemented $bitand and $bitor operators

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 2.1.1
    • None
    • Write Ops
    • None
    • ALL

    Description

      It seems like we can parse $bitand and $bitor operators (distinct from the $bit operator), but they are not implemented. It kind of looks like they will trigger an exception and fail the update but not report the error to the client since last error is not set:

              default:
                  stringstream ss;
                  ss << "Mod::apply can't handle type: " << op;
                  throw UserException( 9017, ss.str() );

      Attachments

        Activity

          People

            eliot Eliot Horowitz (Inactive)
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: