Use RawBSONDocument to remove check_keys from sock_info.command

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Internal
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      sock_info.command has a check_keys argument which is only used for the following inserts and replacement style updates:

      • Collection.insert_one
      • Collection.replace_one
      • Collection.insert
      • Collection.save
      • Collection.update

      We can remove check_keys from the lower level code by encoding the document/replacement to a RawBSONDocument at a higher level.

            Assignee:
            Unassigned
            Reporter:
            Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: