Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-4480

Deprecate create=True for Collection

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 4.9
    • Affects Version/s: None
    • Component/s: None
    • None
    • Python 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?

      Context

      The `create` option for Collections should not be used by users. They should instead use db.create_collection. We should add a deprecation warning every time `create=True` is used telling users that the option is being removed in 5.0.

      Definition of done

      Every use of `create=True` should warn users that the API is being removed in PyMongo 5.0

      Pitfalls

      N/A.

            Assignee:
            noah.stapp@mongodb.com Noah Stapp
            Reporter:
            noah.stapp@mongodb.com Noah Stapp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: