[jira] [Created] (IGNITE-11538) SQL: Support new features (precision, scale, etc) in JDBC drivers

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

[jira] [Created] (IGNITE-11538) SQL: Support new features (precision, scale, etc) in JDBC drivers

Anton Vinogradov (Jira)
Pavel Kuznetsov created IGNITE-11538:
----------------------------------------

             Summary: SQL: Support new features (precision, scale, etc) in JDBC drivers
                 Key: IGNITE-11538
                 URL: https://issues.apache.org/jira/browse/IGNITE-11538
             Project: Ignite
          Issue Type: Improvement
            Reporter: Pavel Kuznetsov


Currently JDBC result set meta data return dummy value (0 or -1 depending on the driver) for the precision and scale, but we already have all the info to return correct values.

*Both thin and v2 driver are affected.*

See
{{org.apache.ignite.internal.jdbc2.JdbcResultSetMetadata#getPrecision}} - dummy 0
{{org.apache.ignite.internal.processors.odbc.jdbc.JdbcQueryCursor#meta}} - thin driver actually uses v1 version of the JdbcColumnMeta which returns -1



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