You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2020/09/14 10:37:00 UTC

[jira] [Commented] (IGNITE-13403) Update JDBC metadata to match actual capabilities

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

Ignite TC Bot commented on IGNITE-13403:
----------------------------------------

{panel:title=Branch: [pull/8217/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8217/head] Base: [master] : New Tests (3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}JDBC Driver{color} [[tests 3|https://ci.ignite.apache.org/viewLog.html?buildId=5583474]]
* {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinMetadataSelfTest.testCheckSupports - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: JdbcMetadataSelfTest.testCheckSupports - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: JdbcMetadataSelfTest.testCheckSupports - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5583569&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Update JDBC metadata to match actual capabilities
> -------------------------------------------------
>
>                 Key: IGNITE-13403
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13403
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.8.1
>            Reporter: Taras Ledkov
>            Assignee: Taras Ledkov
>            Priority: Major
>             Fix For: 2.10
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In our JDBC metadata some capabilities are reported not to be supported, while in fact they are. E.g. I see
> {code}
>     /** {@inheritDoc} */
>     @Override public boolean supportsAlterTableWithAddColumn() throws SQLException {
>         return false;
>     }
>     /** {@inheritDoc} */
>     @Override public boolean supportsAlterTableWithDropColumn() throws SQLException {
>         return false;
>     }
> {code}
> while in fact `ALTER TABLE ADD/DROP COLUMN` are supported.
> Need to go through the list of capabilities and correct them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)