ConnectionString::parse should return StatusWith<ConnectionString>

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 3.1.6
    • Affects Version/s: None
    • Component/s: Networking
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently ConnectionString::parse returns an invalid ConnectionString object if it fails and passes the message in a separate output parameter.

      It should be changed to instead return StatusWith<ConnectionString> and the variant, which returns an invalid ConnectionString should be removed.

            Assignee:
            Kaloian Manassiev
            Reporter:
            Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: