GitHub user mattyb149 opened a pull request:

    https://github.com/apache/nifi/pull/1254

    NIFI-3076: Fixed handling of 'medium' unsigned integers in JdbcCommon

    I tested with MySQL ("MEDIUMINT" is where the original issue was found) and 
on PostgreSQL and Oracle, although I couldn't find types that would reproduce 
the issue for the latter two. Rather I tested on all 3 (and Derby in the unit 
tests) to make sure the additional logic doesn't break existing behavior with 
respect to (signed and unsigned) integers, and verified that the fix does 
indeed correctly process unsigned MEDIUMINT columns in MySQL.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mattyb149/nifi NIFI-3076

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1254.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1254
    
----
commit 7d36040ec6996bc5300e94e50bbd07533ede0350
Author: Matt Burgess <[email protected]>
Date:   2016-11-21T21:33:12Z

    NIFI-3076: Fixed handling of 'medium' unsigned integers in JdbcCommon

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to