Skip to content

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

@egorchatsperasoft

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions