[
https://issues.apache.org/jira/browse/IGNITE-9554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Konstantinov closed IGNITE-9554.
--------------------------------------
> 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
> Fix For: 2.8
>
>
> 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)