Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-4145

bson._MARKERS is missing Decimal128 and DatetimeMS

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      Context

      bson._MARKERS is missing Decimal128 and DatetimeMS:

      _MARKERS = {
          5: _encode_binary,
          7: _encode_objectid,
          11: _encode_regex,
          13: _encode_code,
          17: _encode_timestamp,
          18: _encode_long,
          100: _encode_dbref,
          127: _encode_maxkey,
          255: _encode_minkey,
      }
      

      TODO: is this a bug?

            Assignee:
            Unassigned Unassigned
            Reporter:
            shane.harvey@mongodb.com Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: