[ 
https://issues.apache.org/jira/browse/NIFI-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard resolved NIFI-2802.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0

[~combine] Thanks for catching that! Visually verified code, full build with 
contrib-check. Merged to master.

> The implementation classes don't support orderByClause.
> -------------------------------------------------------
>
>                 Key: NIFI-2802
>                 URL: https://issues.apache.org/jira/browse/NIFI-2802
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 1.0.0
>            Reporter: Byunghwa Yun
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> 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);
>         }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to