XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • 1.0.0-rc2
    • CRUD
    • None
    • Mac

    Description

      Fields having 3 characters are not stored:

      ...
      type CheckResults struct { 
        domain string
        rct    string
        rst    string
        stt    string
        spt    string
        rsc    int
        rsm    string
      }
      ...
       
      func main() {
      ...
          PostResults := CheckResults{"domain.tld", "rct-example", "rst-example", "stt-example", "spt-example", 100, "rsm-example"}
      ...
      }

      This will create (in my code) a collection, a document but no fields and data, not even for "domain".

      If I do change the length of these for example DomainName, RecordTime and so on the data will get stored.

       

      Attachments

        Activity

          People

            isabella.siu@mongodb.com Isabella Siu (Inactive)
            sebastiang Sebastian Gogoasa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: