Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Wrong analysis of temp-table indexes #191

@jcaillon

Description

@jcaillon

Description of the Issue

Incorrect parsing of the following code :

DEFINE TEMP-TABLE tt_temp NO-UNDO
    LIKE Customer
    INDEX idx1 Country DESCENDING 
    .
    
DEFINE TEMP-TABLE tt_temp2 NO-UNDO
    LIKE Customer USE-INDEX CustNum USE-INDEX CountryPost AS PRIMARY
    .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions