You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexandr Fedotov (JIRA)" <ji...@apache.org> on 2017/08/18 10:17:00 UTC

[jira] [Updated] (IGNITE-6110) CLONE - SQL: Add ability to do INSERT without specifying the column names

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

Alexandr Fedotov updated IGNITE-6110:
-------------------------------------
    Affects Version/s:     (was: 2.1)

> CLONE - SQL: Add ability to do INSERT without specifying the column names
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-6110
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6110
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Alexandr Fedotov
>              Labels: sql
>             Fix For: 2.2
>
>
> Having the following classes
> {code:java}
> class PersonKey {
>     private Long id;
> }
> class Person {
>     private Long id;
>     private String name;
> }
> {code}
> with proper configuration it should be possible to execute queries 
> of the following type passing {{id}} and {{name}} as the arguments
> {code:sql}"insert into Person values(?,?)"{code}



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