Skip to content

Connection object should be deleted to allow dropping of collection.  #227

Description

@egorchatsperasoft
CONN = Connection(username="root", password="...")
DB = CONN["DB"]
DB.dropAllCollections()

doe snot really drop collection, until CONN object exists

if you write again

CONN = Connection(username="root", password="...")
DB = CONN["DB"]

you found them dropped

if you even write

CONN.resetConnection(username="root", password="...")
DB = CONN["DB"]

collection will survive.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions