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

2020-11-03 Thread Yaroslav Molochkov (Jira)


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

Yaroslav Molochkov updated IGNITE-13403:

Fix Version/s: 2.9.1

> 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
>  Labels: 2.9.1-rc
> Fix For: 2.10, 2.9.1
>
>  Time Spent: 20m
>  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)


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

2020-10-19 Thread Maxim Muzafarov (Jira)


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

Maxim Muzafarov updated IGNITE-13403:
-
Labels: 2.9.1-rc  (was: )

> 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
>  Labels: 2.9.1-rc
> Fix For: 2.10
>
>  Time Spent: 20m
>  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)


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

2020-09-04 Thread Taras Ledkov (Jira)


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

2020-09-04 Thread Taras Ledkov (Jira)


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

Taras Ledkov updated IGNITE-13403:
--
Ignite Flags: Release Notes Required  (was: Docs Required,Release Notes 
Required)

> 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)