Skip to content

Remove db.getCommittedOpVersion #402

Open
@alecgibson

Description

@alecgibson

sharedb-mongo maintains an index against all ops to handle a corner case where we may submit a create op twice: share/sharedb-mongo#94

It would be nice to remove the need for this index, and therefore we'd need to remove the method that relies on it: db.getCommittedOpVersion, which is only used in this one place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking-changeBreaking change that we may want to pull into a future major version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions