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/07/10 07:58:02 UTC

[jira] [Updated] (IGNITE-4515) Throw exception when key and value fields mapped to the same DB columns

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

Vladimir Ozerov updated IGNITE-4515:
------------------------------------
    Fix Version/s:     (was: 2.1)
                   2.2

> Throw exception when key and value fields mapped to the same DB columns
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-4515
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4515
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>    Affects Versions: 1.8
>            Reporter: Dmitry Karachentsev
>            Assignee: Dmitry Karachentsev
>             Fix For: 2.2
>
>
> In case of using JDBC store and following config (pseudocode):
> KeyClass { field1; field2; field3 }, ValClass { field1; field2; field3 }
> Fields mapped to the same DB table TABLE_NAME and columns: field1 -> col1, field2 -> col2, field3 -> col3.
> On node startup throw an exception with message that restricts such case. Field mappings should not intersect.



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