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

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

Alexey Kuznetsov created IGNITE-3937:
----------------------------------------

             Summary: 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
            Assignee: 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)