Re: SQL Getting Started Guide

2017-08-21 Thread Dmitriy Setrakyan
Thanks, Prachi! Looks complete, not sure how I missed it the first time. On Mon, Aug 21, 2017 at 5:52 PM, Prachi Garg wrote: > https://apacheignite.readme.io/docs/distributed-ddl#section-create-table > has examples for template and other extended parameters. The Extended >

Re: SQL Getting Started Guide

2017-08-21 Thread Prachi Garg
https://apacheignite.readme.io/docs/distributed-ddl#section-create-table has examples for template and other extended parameters. The Extended Parameters section explains how to register a template. On Mon, Aug 21, 2017 at 5:19 PM, Dmitriy Setrakyan wrote: > Prachi, is there

Re: SQL Getting Started Guide

2017-08-21 Thread Dmitriy Setrakyan
Prachi, is there an example for a template file? Is there an example of how a template should be registered? Is there an example of how other extended parameters should be configured, i.e. a sample CREATE TABLE command? On Mon, Aug 21, 2017 at 5:15 PM, Prachi Garg wrote: >

Re: SQL Getting Started Guide

2017-08-21 Thread Dmitriy Setrakyan
Nikita, Thanks for checking. No, this is not on purpose. Denis, do we have the template syntax documented anywhere? D. On Mon, Aug 21, 2017 at 9:42 AM, Nikita Ivanov wrote: > I looked briefly and I couldn't find any explanation on "template" at all - > the only unique

Re: SQL Getting Started Guide

2017-08-21 Thread Nikita Ivanov
I looked briefly and I couldn't find any explanation on "template" at all - the only unique caveat apart from standard SQL. Is this on purpose? -- Nikita Ivanov On Mon, Aug 21, 2017 at 9:36 AM, Prachi Garg wrote: > Igor, Pavel > > On the website[1], I have added SQL, JDBC,

Re: SQL Getting Started Guide

2017-08-21 Thread Prachi Garg
Igor, Pavel On the website[1], I have added SQL, JDBC, ODBC, and Java API examples for DDL, DML and queries . I could not find DDL examples for .NET and C++ in the documentation. Please add the missing code snippets for .NET and C++ APIs taking SQL syntax from the Java API example. [1]

Re: SQL Getting Started Guide

2017-08-21 Thread Igor Sapego
Prachi, Yeah, looks good. I've added creation of "Person" table to documentation, so take a look please. Best Regards, Igor On Fri, Aug 18, 2017 at 10:29 PM, Prachi Garg wrote: > Hi Igor, > > The getting started guide is missing an example oh how to create a Person > table

Re: SQL Getting Started Guide

2017-08-18 Thread Prachi Garg
Hi Igor, The getting started guide is missing an example oh how to create a Person table (under ODBC tab). https://apacheignite.readme.io/docs/getting-started-sql#section-create-tables I am trying to put one on the website. Does the following look ok? // Create table based on PARTITIONED

Re: SQL Getting Started Guide

2017-08-18 Thread Denis Magda
Igor, thanks a lot. Appreciate this! — Denis > On Aug 18, 2017, at 8:56 AM, Igor Sapego wrote: > > I've checked ODBC snippets and fixed all found issues. > > Best Regards, > Igor > > On Thu, Aug 17, 2017 at 11:16 PM, Denis Magda wrote: > >> Igor, >>

Re: SQL Getting Started Guide

2017-08-18 Thread Igor Sapego
I've checked ODBC snippets and fixed all found issues. Best Regards, Igor On Thu, Aug 17, 2017 at 11:16 PM, Denis Magda wrote: > Igor, > > Would you mind helping us to test the snippets? I do believe it will take > you a couple of minutes since the environment is set up on

Re: SQL Getting Started Guide

2017-08-17 Thread Denis Magda
Igor, Would you mind helping us to test the snippets? I do believe it will take you a couple of minutes since the environment is set up on your side. — Denis > On Aug 17, 2017, at 5:37 AM, Igor Sapego wrote: > > Akmal, > > I work on the ODBC driver and would be glad to

Re: SQL Getting Started Guide

2017-08-17 Thread Igor Sapego
Akmal, I work on the ODBC driver and would be glad to help. You can send mails with your requests to devlist and I will try to help as much as I can. Best Regards, Igor On Thu, Aug 17, 2017 at 3:28 PM, Akmal Chaudhri wrote: > When I have the opportunity to test

Re: SQL Getting Started Guide

2017-08-17 Thread Akmal Chaudhri
When I have the opportunity to test the ODBC code and ensure that it performs, I will add it to GH. At the moment, just snippets exist. If anyone can assist with this, I would appreciate it, as I have no experience with ODBC. I made some efforts to build the ODBC driver and have had some success

Re: SQL Getting Started Guide

2017-08-16 Thread Denis Magda
Igniters, The SQL getting started guide is ready and published: https://apacheignite.readme.io/v2.1/docs/getting-started-sql Akmal thanks for your efforts and please apply the following minor changes: * Add ODBC source files to your

Re: SQL Getting Started Guide

2017-08-11 Thread Denis Magda
Akmal, Good start! Please consider the following feedback: 1. Connectivity section. Emphasize that ignite-core.jar has to be copied to the classpath of an app or tool and give a link to more advanced JDBC Thin driver documentation if the one needs more details. Probably, similar steps should

Re: SQL Getting Started Guide

2017-08-11 Thread Akmal Chaudhri
Denis, All I have made some progress with the documentation: https://apacheignite.readme.io/v2.1/docs/getting-started-sql ODBC connectivity and examples are missing, but should be completed very soon. Community feedback welcome. Thanks. On 31 July 2017 at 19:02, Denis Magda

Re: SQL Getting Started Guide

2017-08-02 Thread Denis Magda
Akmal, The contributor permissions are granted in JIRA. Please go ahead and assign the ticket on yourself. Keep us posted on the progress and don’t hesitate raising any questions if you face troubles. — Denis > On Aug 2, 2017, at 7:17 AM, Akmal Chaudhri >

Re: SQL Getting Started Guide

2017-08-02 Thread Akmal Chaudhri
Denis, All: Jira account details: Username: abchaudhri Email: akmal.chaudhri AT gridgain.com Full Name: Akmal Chaudhri Thank you. On 31 July 2017 at 19:02, Denis Magda wrote: > Igniters, > > There is a lot of SQL related documentation available for Ignite. However, > the