Pavel Konstantinov created IGNITE-9554:
------------------------------------------

             Summary: Web console demo: do not auto-populate caches created via 
SQL
                 Key: IGNITE-9554
                 URL: https://issues.apache.org/jira/browse/IGNITE-9554
             Project: Ignite
          Issue Type: Improvement
            Reporter: Pavel Konstantinov


If I executing an example SQL quires

CREATE TABLE Person(ID INTEGER PRIMARY KEY, NAME VARCHAR(100));
INSERT INTO Person(ID, NAME) VALUES (1, 'Ed'), (2, 'Ann'), (3, 'Emma');
SELECT * FROM Person;

I got 'result set is empty' due to inserted data were replaced with 
auto-generated.



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

Reply via email to