Details
-
Bug
-
Status: To Do
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
In the code below, if the index name is '_PK', it is assumed to be the first index unconditionally.
if (indexName == LabelIndex.DefaultName) LabelIndex.DefaultSeq
However, if the first index name is 'idx_1' and the added index name is '_PK', the query will not be executed.