[
https://issues.apache.org/jira/browse/IGNITE-6109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexandr Fedotov resolved IGNITE-6109.
--------------------------------------
Resolution: Invalid
> SQL: Add ability to do INSERT without specifying the column names
> -----------------------------------------------------------------
>
> Key: IGNITE-6109
> URL: https://issues.apache.org/jira/browse/IGNITE-6109
> Project: Ignite
> Issue Type: Task
> Reporter: Alexandr Fedotov
>
> 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)