[ 
https://issues.apache.org/jira/browse/IGNITE-9554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692815#comment-16692815
 ] 

Pavel Konstantinov commented on IGNITE-9554:
--------------------------------------------

Tested on the branch

> 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
>          Components: wizards
>            Reporter: Pavel Konstantinov
>            Assignee: Pavel Konstantinov
>            Priority: Minor
>
> 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