You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/23 10:47:00 UTC

[jira] [Commented] (IGNITE-7691) Provide info about DECIMAL column scale and precision

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

ASF GitHub Bot commented on IGNITE-7691:
----------------------------------------

GitHub user nizhikov opened a pull request:

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

    IGNITE-7691: Provide info about DECIMAL column scale and precision

    

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

    $ git pull https://github.com/nizhikov/ignite IGNITE-7691

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

    https://github.com/apache/ignite/pull/3691.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 #3691
    
----
commit a9c9548301056172454d83cb191a4866e37cb828
Author: Nikolay Izhikov <ni...@...>
Date:   2018-03-07T14:02:00Z

    IGNITE-7691: Wrote some tests and empty implementation

commit 1b7604462321e40ea331e28be3f7d6352ffbd65c
Author: Nikolay Izhikov <ni...@...>
Date:   2018-03-14T19:31:38Z

    IGNITE-7691: commit in the middle of development

commit 7bf4aee3db6362958c133c23f0efdd8fc8ef11fa
Author: Nikolay Izhikov <ni...@...>
Date:   2018-03-16T10:49:48Z

    IGNITE-7691: Couple of edits to follow the way IGNITE-5623 follows.

commit 34b879264851d5b58133cd332d72fdfd2513d270
Author: Nikolay Izhikov <ni...@...>
Date:   2018-03-20T14:20:08Z

    IGNITE-7691: One of failed tests fixed.

commit 8ec5d4508b60803dab0026ee1928e30207e4aa1b
Author: Nikolay Izhikov <ni...@...>
Date:   2018-03-22T19:12:45Z

    Merge branch 'master' into IGNITE-7691

commit 496566a14ead99d368f8f933469ff7f63df9fa1d
Author: Nikolay Izhikov <ni...@...>
Date:   2018-03-23T09:16:41Z

    Merge branch 'master' into IGNITE-7691

commit 4612eb7daad5bf31ccf0b603c2d66992f6185da5
Author: Nikolay Izhikov <ni...@...>
Date:   2018-03-23T10:44:15Z

    IGNITE-7691: Tests seems to be OK

----


> Provide info about DECIMAL column scale and precision
> -----------------------------------------------------
>
>                 Key: IGNITE-7691
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7691
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 2.4
>            Reporter: Nikolay Izhikov
>            Assignee: Nikolay Izhikov
>            Priority: Minor
>             Fix For: 2.5
>
>
> Currently, it impossible to obtain scale and precision of DECIMAL column from sql table metadata.
> Ignite should provide those type of meta information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)