You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/02/24 03:33:00 UTC

[jira] [Created] (IGNITE-7803) REST: Add support to get values inserted via SQL

Alexey Kuznetsov created IGNITE-7803:
----------------------------------------

             Summary: REST: Add support to get values inserted via SQL
                 Key: IGNITE-7803
                 URL: https://issues.apache.org/jira/browse/IGNITE-7803
             Project: Ignite
          Issue Type: Task
          Components: rest
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov
             Fix For: 2.5


Scenario:
 # create table person(id integer primary key, name varchar(100), salary integer);
 # insert into person(id, name, salary) values (1, Alex, 300)
 # get via REST: {{http://host:port/ignite?cmd=get&cacheName=SQL_PUBLIC_PERSON&keyType=int&key=1}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)