Uploaded image for project: 'Mongoid'
  1. Mongoid
  2. MONGOID-2097

error when dropping a collection that does not exist

    • Type: Icon: Task Task
    • Resolution: Done
    • 3.0.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Please refer to the following mailing list thread for the discussion on this issue:
      https://groups.google.com/group/mongoid/browse_thread/thread/16baf2f415d8a905

      Dropping a collection that has a definition but does not exist in the database currently returns an error in Mongoid 3.0, it should return false instead. For instance:

         MongoUser.collection.drop
      

      Should return

      • true if the collection exists and it was dropped
      • false if the collection does not exist.

            Assignee:
            Unassigned Unassigned
            Reporter:
            digitalplaywright digitalplaywright
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: