Skip to content

Indexes containing dates may not be updatable or deletable #211

Description

@dimitribouniol

The Date in the index is encoded with milliseconds precision, but this may not match the in memory representation nor the persisted representation. For not, don't use indexes involving floats.

To fix, a) have a stable index representation as in #176, and b) make sure primary record points back to indexed entries. (This might be catastrophic for entries whose identifier is a float…)

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions