Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-4875

Support BigInt64 deserialization in js-bson

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

      Use Case

      As a driver engineer
      I want to add BigInt64 deserialization to js-bson
      So that users can make use of native JS BigInt64s

      Unknowns

      Acceptance Criteria

      Implementation Requirements

      • Ensure that when a BSON int64 value is encountered during deserialization, the output is controlled by the useBigInt64 flag. If true, then it should be converted to a BigInt64, otherwise, it will retain the current behaviour of returning a pair of BSON.Longs

      Testing Requirements

      • Unit tests that directly inspect binary output of BSON.serialize when passed BigInt64 values and compares them to known cases
      • Check that flag supersedes promoteLongs and promoteValues effects on serialization of Longs.
      • Ensure that flag defaults to false
      • Ensure that when flag is false, previously implemented behaviour is unchanged

      Documentation Requirements

      • Update js-bson README to explain usage of useBigInt64 flag

            Assignee:
            Unassigned Unassigned
            Reporter:
            warren.james@mongodb.com Warren James
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: