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

Need ability to push down LIMIT clause to Sybase

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.4.5, 7.7.2, 8.2
    • 7.7.1
    • JDBC Connector
    • None

    Description

      Want to add the ability to push down LIMIT clause to Sybase, but it is not
      supported as of now, becasue the LIMIT translation capability is
      disabled.
      SybaseExecutionFactory#supportsRowLimit returns false and it is
      hard-coded. If it returns true, EDS can push down
      LIMIT to Sybase translating it to TOP clause, since SybaseExecutionFactory has translateLimit
      method which translate the LIMIT to TOP clause. The customer want a
      property which can be switched on the limit translation easily than
      writing java code.

      Attachments

        Activity

          People

            rhn-support-jolee Johnathon Lee
            van.halbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: