Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-1250

result set does not include all values

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • 2.11.2
    • JSON
    • None
    • 2.4 server; 2.11 driver - may be present in other versions - I did not check

    Description

      I have a document that has this field:

      ...,
      "boolean_array" : [
      true,
      null
      ],...

      When I read it using the python driver I indeed get this data as is.

      But when I read it using the Java driver I get this:

      ..., "boolean_array" : [ true] ,...

      Attachments

        Activity

          People

            ross@mongodb.com Ross Lawley
            rbennata Ron Natan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: