Skip to content

Creation of index could erase an existing index without warning/error #21

Description

@lmouline

Let us have a simple example :

class kmf.test.Personne {
    att name : String with index
    att firstname : String
}

If we create a person p1 (Name1,FirstName1) and after we create a person p2 (Name1,FirstName2). The second one will erase the first one, without any warning/error.
So the findAll result will contain only p2.

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