You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/09/22 10:36:20 UTC

[jira] [Closed] (IGNITE-3937) DatabaseMetadataDialect should properly handle unsigned types

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

Pavel Konstantinov closed IGNITE-3937.
--------------------------------------
    Assignee:     (was: Pavel Konstantinov)

> DatabaseMetadataDialect should properly handle unsigned types
> -------------------------------------------------------------
>
>                 Key: IGNITE-3937
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3937
>             Project: Ignite
>          Issue Type: Bug
>          Components: wizards
>    Affects Versions: 1.6
>            Reporter: Alexey Kuznetsov
>             Fix For: 1.8
>
>
> Some databases (for example MySQL) could declare columns like this {code}id int(11) unsigned{code} in this case *DatabaseMetadataDialect* will map to *int*, but should map to *long*.



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