Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-3401

OData layer generates incorrect alias names in orderby

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • 8.7
    • None
    • OData
    • None

    Description

      When a table has large number of columns, a request like the following http://localhost:8080/odata/VDB.1/objectName generates a query like SELECT col1 as c_1, col2 as c2.....col23 as c_23...col35 as c_35 ..FROM objectName ORDER BY "c_0", "c_1", "c_2", "c_3", "c_2"3, "c_3"5. Here c_0, c_1, c_2, c_3, c_23, c_35 happen to be the primary key columns. As seen in the query, the quotes around the column alias are incorrect for c_23 and c_35 which results into an invalid query.

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            sanjeev.gour_jira Sanjeev Gour (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: