Uploaded image for project: 'S2Graph'
  1. S2Graph
  2. S2GRAPH-140

A bug where the index name is '_PK' but not the first index

    XMLWordPrintableJSON

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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            daewon Daewon Jeong
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: