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

unimplemented $bitand and $bitor operators

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.1
    • Affects Version/s: None
    • Component/s: Write Ops
    • None
    • ALL

      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() );
      

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

              Created:
              Updated:
              Resolved: