You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/02 15:17:45 UTC

[jira] [Commented] (NIFI-3481) DB Adapter for MS SQL

    [ https://issues.apache.org/jira/browse/NIFI-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892396#comment-15892396 ] 

ASF GitHub Bot commented on NIFI-3481:
--------------------------------------

Github user mattyb149 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1510#discussion_r103947443
  
    --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/db/DatabaseAdapter.java ---
    @@ -23,6 +23,8 @@
     
         String getName();
     
    +    String getDescription();
    --- End diff --
    
    I like this addition, thanks!


> DB Adapter for MS SQL
> ---------------------
>
>                 Key: NIFI-3481
>                 URL: https://issues.apache.org/jira/browse/NIFI-3481
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.2.0
>            Reporter: Peter Wicks
>            Assignee: Peter Wicks
>            Priority: Minor
>
> Adding a new DB Adapter for MS SQL.  MS SQL does paging of queries differently then other RDBMS', including a lack of "LIMIT".
> This adds functionality for TOP and OFFSET/FETCH for paging of results with the GenerateTableFetch. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)