Update signature of Database and IndexView methods to return a slice of values instead of pointers

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Unknown
    • 2.0.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Go Drivers
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      Context

      The pointers confuse users because it’s unclear whether they can be nil.

      Definition of done

      Update the method signature for methods to return slice of struct instead of slice of pointer:

      • Database.ListCollectionSpecifications
      • IndexView.ListSpecifications

      Pitfalls

      What was the background for picking up pointers in the initial PR?

            Assignee:
            Qingyang Hu
            Reporter:
            Qingyang Hu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: