[
https://issues.apache.org/jira/browse/IGNITE-6111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16210727#comment-16210727
]
ASF GitHub Bot commented on IGNITE-6111:
----------------------------------------
GitHub user devozerov opened a pull request:
https://github.com/apache/ignite/pull/2881
IGNITE-6111
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6111
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2881.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2881
----
commit 8e4016d9e86b6f691b065cd5af814168c618fe9c
Author: devozerov <[email protected]>
Date: 2017-10-19T08:32:17Z
Created the fix.
----
> SQL: Add ability to do INSERT without specifying the column names
> -----------------------------------------------------------------
>
> Key: IGNITE-6111
> URL: https://issues.apache.org/jira/browse/IGNITE-6111
> Project: Ignite
> Issue Type: Task
> Components: sql
> Affects Versions: 2.1
> Reporter: Alexandr Fedotov
> Assignee: Vladimir Ozerov
> Labels: sql, usability
> Fix For: 2.4
>
>
> 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)