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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)