Skip to content

mongo backend doesn't work with mongdb 3.4 #118

@Jmast

Description

@Jmast

When creating index in mongodb_backend.MongoTable:

pymongo.errors.OperationFailure: The field 'drop_dups' is not valid for an index specification. Specification: { name: "login_1", unique: true, drop_dups: true, key: { login: 1 } }

drop_dups no longer supported as an option to be passed when creating and index in 3.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions