Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-2802

The implementation classes don't support orderByClause.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • 1.1.0
    • Extensions
    • None

    Description

      The implementation classes don't support orderByClause.
      The below code is the part of GenericDatabaseAdapter class(even OracleDatabaseAdapter and DerbyDatabaseAdapter).

      if (!StringUtils.isEmpty(orderByClause))

      { query.append(" ORDER BY "); query.append(whereClause); }

      Expected:
      if (!StringUtils.isEmpty(orderByClause))

      { query.append(" ORDER BY "); query.append(orderByClause); }

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              combine Byunghwa Yun
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: