Re: Feedback on Web Console usage

2017-02-09 Thread Denis Magda
Alex, Good catch. I’ve checked the pom.xml generated by Web Console for the project created with it configuration wizard. The pom downloads 1.7 version. Please let me know once Web Console is updated to 1.8. — Denis > On Feb 9, 2017, at 7:52 PM, Alexey Kuznetsov wrote: > > Denis, > > I thin

Re: Feedback on Web Console usage

2017-02-09 Thread Alexey Kuznetsov
Denis, I think I know why you are getting such error. You are using DEMO, and demo is running INSIDE web-agent and web-agent built on ignite-1.7 branch that does not have DML support. We will prepare updated version of web-agent based on ignite-1.8 and it will support DML in DEMO. Meanwhile you

Re: Feedback on Web Console usage

2017-02-09 Thread Denis Magda
Alex, I couldn’t execute DML queries from Web Console. Looks like something was broken if you say it worked before. Try to run the demo mode and execute query like this UPDATE car set parkingid = 20 where id = 12 You will get this error. Error: Unsupported query: UPDATE car set parkingid = 2

Re: Feedback on Web Console usage

2017-02-09 Thread Alexey Kuznetsov
Denis, thanks for your feedback. I will take a look and make Web Console more user friendly. Dima, DML is already supported by Web Console because it is SqlFieldsQuery and there no difference from "Select * from Person" and "Delete from person where ID > 500". If DDL will be also implemented as

Re: Feedback on Web Console usage

2017-02-08 Thread Dmitriy Setrakyan
Apart from all the issues listed by Denis, I would say that DML and the upcoming DDL should be enabled in the Web Console. Otherwise SQL support just seems incomplete. Is this difficult to add? D. On Wed, Feb 8, 2017 at 3:48 PM, Denis Magda wrote: > Alex K., > > As a part of preparations to th

Feedback on Web Console usage

2017-02-08 Thread Denis Magda
Alex K., As a part of preparations to the upcoming Web Console related webinar I faced with a couple usability issues. *DML* Not supported at the moment. I’ve created a ticket and propose to release it in 1.9 (https://issues.apache.org/jira/browse/IGNITE-4674