You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by pavel-kuznetsov <gi...@git.apache.org> on 2018/10/24 20:49:48 UTC

[GitHub] ignite pull request #5070: ignite-9650: Added DECIMAL type to jdbc metadata.

GitHub user pavel-kuznetsov opened a pull request:

    https://github.com/apache/ignite/pull/5070

    ignite-9650: Added DECIMAL type to jdbc metadata.

    DECIMAL type earlier was treated as OTHER type by jdbc metadata.
    Added mapping code for this type. Added regression tests.

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-9650

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

    https://github.com/apache/ignite/pull/5070.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 #5070
    
----
commit c6ec5902b5ac32028b8d28f0dff7b53bee9367ff
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-10-24T20:46:11Z

    ignite-9650: Added DECIMAL type to jdbc metadata.
    
    DECIMAL type earlier was treated as OTHER type by jdbc metadata.
    Added mapping code for this type. Added regression tests.

----


---