You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/09/28 15:19:00 UTC

[jira] [Resolved] (IGNITE-5319) Fix schema handling in deprecated "thin" driver.

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

Vladimir Ozerov resolved IGNITE-5319.
-------------------------------------
    Resolution: Won't Fix

Driver is deprecated, so no changes are needed.

> Fix schema handling in deprecated "thin" driver.
> ------------------------------------------------
>
>                 Key: IGNITE-5319
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5319
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>
> Currently both drivers behave as follows: when schema is changed, it is converted to cache name automatically. This is wrong. We should do the following:
> 1) Decouple schema name from cache name. Schema name should be separate field. No conversion.
> 2) When JDBC driver is connected, schema is set to the schema target cache belongs to
> 3) Cache name cannot be changed
> 4) Cache name is always passed to all tasks as before
> 5) Schema name is added to these tasks and propagated to respective {{SqlFieldsQuery}}. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)