[jira] [Created] (IGNITE-5842) ODBC: Make sure ODBC driver works correctly with RazorSQL.

2017-07-26 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5842: --- Summary: ODBC: Make sure ODBC driver works correctly with RazorSQL. Key: IGNITE-5842 URL: https://issues.apache.org/jira/browse/IGNITE-5842 Project: Ignite

Re: delete upsource review

2017-07-14 Thread Igor Sapego
. Best Regards, Igor On Fri, Jul 14, 2017 at 4:46 PM, ALEKSEY KUZNETSOV <alkuznetsov...@gmail.com > wrote: > if request is pollutted by comments, and i just want to get rid of them. > > пт, 14 июл. 2017 г. в 16:40, Igor Sapego <isap...@gridgain.com>: > > >

[jira] [Created] (IGNITE-5758) CPP: Add pointer semantics for primitive types

2017-07-14 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5758: --- Summary: CPP: Add pointer semantics for primitive types Key: IGNITE-5758 URL: https://issues.apache.org/jira/browse/IGNITE-5758 Project: Ignite Issue Type

[jira] [Created] (IGNITE-5753) CPP: Memory leak on argument cleaning for SqlQuery and SqlFieldsQuery

2017-07-13 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5753: --- Summary: CPP: Memory leak on argument cleaning for SqlQuery and SqlFieldsQuery Key: IGNITE-5753 URL: https://issues.apache.org/jira/browse/IGNITE-5753 Project: Ignite

[jira] [Created] (IGNITE-5708) CPP: Implement Cluster API

2017-07-06 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5708: --- Summary: CPP: Implement Cluster API Key: IGNITE-5708 URL: https://issues.apache.org/jira/browse/IGNITE-5708 Project: Ignite Issue Type: New Feature

[jira] [Created] (IGNITE-5619) CPP: Implement Compute::Execute() for Ignite C++

2017-06-29 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5619: --- Summary: CPP: Implement Compute::Execute() for Ignite C++ Key: IGNITE-5619 URL: https://issues.apache.org/jira/browse/IGNITE-5619 Project: Ignite Issue Type

[jira] [Created] (IGNITE-5582) CPP: Implement Compute::Broabcast() for Ignite C++

2017-06-23 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5582: --- Summary: CPP: Implement Compute::Broabcast() for Ignite C++ Key: IGNITE-5582 URL: https://issues.apache.org/jira/browse/IGNITE-5582 Project: Ignite Issue Type

Re: Cassandra configuration SO question

2017-06-23 Thread Igor Sapego
PM, Andrey Gura <ag...@apache.org> wrote: > > org.*h2*.jdbc.JdbcSQLException > > > > It isn't realted with JDBC. He uses schema name instead of table name > > for insert. > > > > On Thu, Jun 22, 2017 at 2:41 PM, Igor Sapego <isap...@apache.org> wr

[jira] [Created] (IGNITE-5576) CPP: Implement Compute::Run() for Ignite C++

2017-06-22 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5576: --- Summary: CPP: Implement Compute::Run() for Ignite C++ Key: IGNITE-5576 URL: https://issues.apache.org/jira/browse/IGNITE-5576 Project: Ignite Issue Type: New

Re: Facing problem in examples.

2017-06-21 Thread Igor Sapego
Denis, great idea! Best Regards, Igor On Wed, Jun 21, 2017 at 6:43 AM, Denis Magda wrote: > Thanks for confirming that the issue has been solved. > > I’ve added a special documentation section [1] to avoid issues like that > in the future and placed "Platforms

[jira] [Created] (IGNITE-5557) ODBC: Implement benchmarks

2017-06-20 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5557: --- Summary: ODBC: Implement benchmarks Key: IGNITE-5557 URL: https://issues.apache.org/jira/browse/IGNITE-5557 Project: Ignite Issue Type: Task

Cassandra configuration SO question

2017-06-19 Thread Igor Sapego
Igor, Can you please take a look at this question at SO? https://stackoverflow.com/questions/44589774/configure-apache-ignite-cache-with-cassandra-and-odbc/44630522 Best Regards, Igor

Re: IgniteCache#localEvict method

2017-06-19 Thread Igor Sapego
What if user enables on-heap cache? Best Regards, Igor On Mon, Jun 19, 2017 at 3:34 AM, Dmitriy Setrakyan wrote: > Doesn't look useful to me. > > On Mon, Jun 19, 2017 at 1:03 AM, Valentin Kulichenko < > valentin.kuliche...@gmail.com> wrote: > > > Folks, > > > > Does the

Cassandra related SO question

2017-06-15 Thread Igor Sapego
Igor, Can you please take a look at this question at SO? https://stackoverflow.com/questions/44512192/ignite-put-function-for-cassandra-malfunction-in-c Best Regards, Igor

[jira] [Created] (IGNITE-5478) ODBC: SQLNumParams works incorrectly

2017-06-13 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5478: --- Summary: ODBC: SQLNumParams works incorrectly Key: IGNITE-5478 URL: https://issues.apache.org/jira/browse/IGNITE-5478 Project: Ignite Issue Type: Bug

Re: Deprecate IgniteConfiguration.marshaller and make it no-op!

2017-06-08 Thread Igor Sapego
What about the new thin JDBC client [1] Taras is working on? I believe, it's going to require BinaryMarshaller as well. Why would someone want to implement their own marshaller? Are the use-cases for that? [1] - https://issues.apache.org/jira/browse/IGNITE-4922 Best Regards, Igor On Thu, Jun

[jira] [Created] (IGNITE-5418) CPP: Add BINARY SQL type support for SQL queries

2017-06-06 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5418: --- Summary: CPP: Add BINARY SQL type support for SQL queries Key: IGNITE-5418 URL: https://issues.apache.org/jira/browse/IGNITE-5418 Project: Ignite Issue Type

Re: "Review workflow" changes to prevent "broken review" issues.

2017-06-05 Thread Igor Sapego
By the way, there are emails being sent from Jira to devlist every time someone adds comment to ticket, or, for example, edits its title which helps a lot to keep a track of ticket's state. But by some reason there is no such notification when ticket silently getting moved to "Patch available"

Re: Apache Ignite 2.1 scope

2017-06-01 Thread Igor Sapego
Compute for C++ - https://issues.apache.org/jira/browse/IGNITE-3355 - merged to master. Best Regards, Igor On Thu, Jun 1, 2017 at 6:56 PM, Taras Ledkov wrote: > Folks, > > IGNITE-4922 JDBC Driver: renew thin client based solution: > > On 2.1 the functionality of the new

Re: Cassandra and Ignite C++ Issue

2017-06-01 Thread Igor Sapego
Take a look at initial message. Best Regards, Igor On Thu, Jun 1, 2017 at 6:45 PM, Igor Rudyak <irud...@gmail.com> wrote: > Could you share your POJO key/value classes and persistence descriptor? > > Igor > > On Jun 1, 2017 8:30 AM, "Igor Sapego" <isap...@apach

Re: Cassandra and Ignite C++ Issue

2017-06-01 Thread Igor Sapego
Regards, Igor On Tue, May 30, 2017 at 12:33 PM, Igor Sapego <isap...@gridgain.com> wrote: > Thanks. > > Best Regards, > Igor > > On Tue, May 30, 2017 at 11:35 AM, Valentin Kulichenko < > valentin.kuliche...@gmail.com> wrote: > >> Igor, >> >&

Re: Cassandra and Ignite C++ Issue

2017-05-30 Thread Igor Sapego
-integration > > -Val > > On Tue, May 30, 2017 at 10:15 AM, Igor Sapego <isap...@gridgain.com> > wrote: > > > User's answer: > > I have changed my POJO to BLOB. > > > > Current persistence.xml file look like > > > > > >> col

Re: Cassandra and Ignite C++ Issue

2017-05-30 Thread Igor Sapego
t; Best Regards, Igor On Fri, May 26, 2017 at 2:37 PM, Igor Sapego <isap...@gridgain.com> wrote: > Cross-posted Igor's answer to SO > > Best Regards, > Igor > > On Fri, May 26, 2017 at 8:58 AM, Igor Rudyak <irud...@gmail.com> wrote: > >> I assume tha

Re: Default SQL schema name

2017-05-29 Thread Igor Sapego
I like "ignite" as it has lower chance to interfere with anything which is already reserved. Best Regards, Igor On Mon, May 29, 2017 at 5:01 PM, Sergi Vladykin wrote: > PUBLIC is already default schema in H2. You can not even drop it. Oracle > does have PUBLIC schema

Re: [VOTE] Accept Contribution of Ignite Persistent Store

2017-05-24 Thread Igor Sapego
+1 Best Regards, Igor On Tue, May 23, 2017 at 7:04 PM, Dmitriy Setrakyan wrote: > +1 > > Raul, I think everyone got confused on the process. At this point, the code > has not been merged to master, and is sitting in a separate branch. I would > recommend that we proceed

[jira] [Created] (IGNITE-5258) CPP: It should be possible to set timeout for SQL query in C++

2017-05-18 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5258: --- Summary: CPP: It should be possible to set timeout for SQL query in C++ Key: IGNITE-5258 URL: https://issues.apache.org/jira/browse/IGNITE-5258 Project: Ignite

[jira] [Created] (IGNITE-5154) CPP: Add remote filter to continuous queries C++ example.

2017-05-03 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5154: --- Summary: CPP: Add remote filter to continuous queries C++ example. Key: IGNITE-5154 URL: https://issues.apache.org/jira/browse/IGNITE-5154 Project: Ignite

Re: 2.0 Migration Guide

2017-05-02 Thread Igor Sapego
; > > > > > On Mon, May 1, 2017 at 4:47 PM, Denis Magda <dma...@apache.org> wrote: > > > > > >> Folks, > > >> > > >> I’ve walked through the changes that broke compatibility with Ignite > 1.x > > >> and polished the m

[jira] [Created] (IGNITE-5133) Add test suite for C++ examples

2017-05-02 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5133: --- Summary: Add test suite for C++ examples Key: IGNITE-5133 URL: https://issues.apache.org/jira/browse/IGNITE-5133 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-5132) CPP: Put-Get example fails to complete successfully.

2017-05-02 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5132: --- Summary: CPP: Put-Get example fails to complete successfully. Key: IGNITE-5132 URL: https://issues.apache.org/jira/browse/IGNITE-5132 Project: Ignite Issue

[jira] [Created] (IGNITE-5111) Refactor Platform remote job execution routine for PlatformClosureJob

2017-04-28 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5111: --- Summary: Refactor Platform remote job execution routine for PlatformClosureJob Key: IGNITE-5111 URL: https://issues.apache.org/jira/browse/IGNITE-5111 Project: Ignite

[jira] [Created] (IGNITE-5074) Split up asynchronous and synchronous calls in PlatformCompute

2017-04-25 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5074: --- Summary: Split up asynchronous and synchronous calls in PlatformCompute Key: IGNITE-5074 URL: https://issues.apache.org/jira/browse/IGNITE-5074 Project: Ignite

Re: Windows XP support

2017-04-24 Thread Igor Sapego
> OS. > >> Vista support has also ended (just 10 days ago). > >> > >> We should put Windows 7 there as the oldest supported version. > >> > >> On Fri, Apr 21, 2017 at 5:59 PM, Igor Sapego <isap...@apache.org> > wrote: > >> > >&

Windows XP support

2017-04-21 Thread Igor Sapego
Hello Igniters, So, I've been working on implementation of futures support for C++ [1] and It would be convenient for me to use condition variables on Windows [2] as well as on Linux. The problem here is that they are not supported on Windows XP. So I've checked documentation [3] and found out

Re: SQL on PARTITIONED vs REPLICATED cache

2017-04-12 Thread Igor Sapego
Also, is it really a breaking change if the results are wrong? To me it looks more like a bugfix, i.e. you can't break something that does not work properly. Best Regards, Igor On Wed, Apr 12, 2017 at 2:04 PM, Andrey Mashenkov < andrey.mashen...@gmail.com> wrote: > Sergi, > > How can query to

Re: Stable binary key representation

2017-04-11 Thread Igor Sapego
Denis, The whole binary representation of the object is used now for hash code generation and equality comparison. So the answer - all fields are used for this. Best Regards, Igor On Mon, Apr 10, 2017 at 9:50 PM, Denis Magda wrote: > Considering this simple example > >

Re: Move documentation from readme.io to GitHub pages

2017-04-11 Thread Igor Sapego
Pavel, I totally agree with you, but what about documentations for different versions? How do you suppose to solve this problem with GitHub pages? On Tue, Apr 11, 2017 at 12:02 PM, Pavel Tupitsyn wrote: > Igniters, > > Currently we host documentation on >

Re: Write access to Apache Ignite repository

2017-03-20 Thread Igor Sapego
Ok, It seems that I've used github mirror instead of the project repository as an upstream. Fixed now. On Mon, Mar 20, 2017 at 1:12 PM, Igor Sapego <isap...@apache.org> wrote: > Thanks, I'll check it. > > On Mon, Mar 20, 2017 at 1:05 PM, Vyacheslav Daradur <daradu...@

Re: Write access to Apache Ignite repository

2017-03-20 Thread Igor Sapego
Thanks, I'll check it. On Mon, Mar 20, 2017 at 1:05 PM, Vyacheslav Daradur <daradu...@gmail.com> wrote: > Maybe your key isn't added? > > https://people.apache.org/keys/committer/isapego > > 2017-03-20 12:33 GMT+03:00 Igor Sapego <isap...@gridgain.com>: > > &g

Re: Write access to Apache Ignite repository

2017-03-20 Thread Igor Sapego
epository: > >>> They have write access to the code repository, > >>> > >>> *Dmitriy, Cos*, am I missing something? > >>> > >>> *Igor Rudyak*, *Pavel*, *Andrey Gura*, do you have the write access? > >>> > >>> [1] http://www.apache.org/foundation/how-it-works.html#pmc-members < > >>> http://www.apache.org/foundation/how-it-works.html#pmc-members> > >>> > >>> — > >>> Denis > >>> > >>>> On Mar 17, 2017, at 7:36 AM, Igor Sapego <isap...@gridgain.com> > wrote: > >>>> > >>>> It seems like I still do not have write access to apache repository. > >>>> > >>>> Best Regards, > >>>> Igor > >>> > >>> > >

Re: Timestamp and Time types in SQL queries

2017-03-16 Thread Igor Sapego
not work with these classes directly and we do > some conversions to SQL types, then from H2 JDBC API we get what H2 gives > us. The resulting types can be different. I guess you have to just write > tests for all these types and cover all these cases in C++ code. > > Sergi > > 2

Timestamp and Time types in SQL queries

2017-03-16 Thread Igor Sapego
Hi guys, I'm working on java.sql.Time type support for ODBC [1], and I'm facing following behaviour: Lets suppose I perform an SQL query from C++ on field of java.sql.Time type: SELECT dateField from SomeType Nothing special here. The problem is in C++ I get value of type Date instead of Time.

Re: Remove CacheAtomicWriteOrderMode.CLOCK mode.

2017-03-13 Thread Igor Sapego
I took a look at .NET and C++ parts. Looks good to me. Best Regards, Igor On Mon, Mar 13, 2017 at 2:35 PM, Alexey Kuznetsov wrote: > I will also take a look for Web Console changes tomorrow. > > On Fri, Mar 10, 2017 at 5:00 PM, Andrey Gura wrote: > >

[jira] [Created] (IGNITE-4772) CPP: Add documentation for LoadCache feature

2017-03-02 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4772: --- Summary: CPP: Add documentation for LoadCache feature Key: IGNITE-4772 URL: https://issues.apache.org/jira/browse/IGNITE-4772 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-4745) CPP: remove unsused targetver.h files

2017-02-22 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4745: --- Summary: CPP: remove unsused targetver.h files Key: IGNITE-4745 URL: https://issues.apache.org/jira/browse/IGNITE-4745 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-4735) Some CPP files are missing from source releases.

2017-02-21 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4735: --- Summary: Some CPP files are missing from source releases. Key: IGNITE-4735 URL: https://issues.apache.org/jira/browse/IGNITE-4735 Project: Ignite Issue Type

Re: Ignite 1.8 c++ Platform installation issue

2017-02-20 Thread Igor Sapego
ipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory './apache-ignite-1.8.0-src/ > modules/platforms/cpp' > Makefile:358: recipe for target 'all' failed > make: *** [all] Error 2 > > Regards, > Shashank > &

Re: Ignite 1.8 c++ Platform installation issue

2017-02-20 Thread Igor Sapego
Hi, This is not an error. It comes from the Automake buildsystem considers files named "core" to be a coredumps and tries to remove them. Ignite C++ has library named "core" with corresponding directory. Shortly speaking, just ignore this message. Best Regards, Igor On Sun, Feb 19, 2017 at

Re: Apache Ignite 1.9

2017-02-16 Thread Igor Sapego
17 19.00 MSK. > > Here's the list of issues we especially expect to be done in 1.9: > > > > IGNITE-4106 SQL: parallelize sql queries over cache local partitions > Andrew > > Mashenkov > > IGNITE-4670 CPP: Implement LoadCache method Task Igor Sapego > > IGNITE

[jira] [Created] (IGNITE-4670) CPP: Implement LoadCache method

2017-02-08 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4670: --- Summary: CPP: Implement LoadCache method Key: IGNITE-4670 URL: https://issues.apache.org/jira/browse/IGNITE-4670 Project: Ignite Issue Type: Task

Re: IGNITE-3196 - ready for review

2017-02-07 Thread Igor Sapego
Looks good to me. Best Regards, Igor On Tue, Feb 7, 2017 at 2:55 PM, Vyacheslav Daradur <daradu...@gmail.com> wrote: > Ok, thanks for explanations. > > What about this task? > > 2017-02-07 13:57 GMT+03:00 Igor Sapego <isap...@gridgain.com>: > >> But that's Ok

Re: IGNITE-3196 - ready for review

2017-02-07 Thread Igor Sapego
But that's Ok. Since we use int8_t for bytes in C++ as well I guess your -0x80 may have more sense than 0x80. Best Regards, Igor On Tue, Feb 7, 2017 at 1:54 PM, Igor Sapego <isap...@gridgain.com> wrote: > I was just curious. > > In C++ both constants 0x80 and -0x80 are of type

Re: IGNITE-3196 - ready for review

2017-02-07 Thread Igor Sapego
n Java: > byte a = 100 | -0x80; // compiled > byte b = 100 | 0x80; // doesn't compile, explicit type casting is > neccessary (byte)(100 | 0x80) > System.out.println(a | -0x80); // -28 > System.out.println(a | 0x80); // 228 - cast to int > > Is it bad style? > > 201

Re: IGNITE-3196 - ready for review

2017-02-06 Thread Igor Sapego
pit...@apache.org>: > >> .NET changes look good to me. >> >> Pavel >> >> On Mon, Feb 6, 2017 at 1:10 PM, Igor Sapego <isap...@gridgain.com> wrote: >> >> > Vyacheslav, I can see two ODBC tests fail in C++ test suits that should >

[jira] [Created] (IGNITE-4620) CPP: Add documentation for DML

2017-01-26 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4620: --- Summary: CPP: Add documentation for DML Key: IGNITE-4620 URL: https://issues.apache.org/jira/browse/IGNITE-4620 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-4617) CPP: Implement Field-access methods for binary objects

2017-01-26 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4617: --- Summary: CPP: Implement Field-access methods for binary objects Key: IGNITE-4617 URL: https://issues.apache.org/jira/browse/IGNITE-4617 Project: Ignite Issue

Re: Regarding gsoc 2017

2017-01-24 Thread Igor Sapego
C++ related ticket of interest: > https://issues.apache.org/jira/issues/?jql=creator%20% > 3D%20isapego%20and%20status%20%3D%20Open <https://issues.apache.org/ > jira/issues/?jql=creator%20=%20isapego%20and%20status%20=%20Open> > > Igor Sapego, could you suggest any C++ tasks for the beg

Re: Abandon of the non-throwing version of C++ client API

2017-01-24 Thread Igor Sapego
t; > > >> Hi Igor, > >> > >> My C++ experience is based only on error code methods. This is why I > >> thought that exceptions based approach is unrelated to C++ at all. > >> > >> I do remember we discussed all the pros and cons of the

[jira] [Created] (IGNITE-4591) File interop_target.h is missing from source-release

2017-01-23 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4591: --- Summary: File interop_target.h is missing from source-release Key: IGNITE-4591 URL: https://issues.apache.org/jira/browse/IGNITE-4591 Project: Ignite Issue

Abandon of the non-throwing version of C++ client API

2017-01-20 Thread Igor Sapego
Hi Igniters, I'm the guy who mostly contribute in C++ Ignite client and I need your advice. Mostly I'd like to hear from our users and those who are experienced in C++. Currently we have two versions of most API methods - the throwing one and the one that returns error through output argument.

[jira] [Created] (IGNITE-4488) ODBC: First query execution takes much more time than any subsequent

2016-12-23 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4488: --- Summary: ODBC: First query execution takes much more time than any subsequent Key: IGNITE-4488 URL: https://issues.apache.org/jira/browse/IGNITE-4488 Project: Ignite

[jira] [Created] (IGNITE-4471) ODBC: Can not retrieve table metadata.

2016-12-21 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4471: --- Summary: ODBC: Can not retrieve table metadata. Key: IGNITE-4471 URL: https://issues.apache.org/jira/browse/IGNITE-4471 Project: Ignite Issue Type: Bug

Re: Access to apacheignite-mix.readme.io

2016-12-15 Thread Igor Sapego
Thanks, Denis, I've received and accepted it. Best Regards, Igor On Thu, Dec 15, 2016 at 7:03 PM, Denis Magda <dma...@apache.org> wrote: > Hi Igor, > > Awesome news. I’ve sent you the invitation. > > — > Denis > > > On Dec 15, 2016, at 5:13 AM, Igor Sa

Access to apacheignite-mix.readme.io

2016-12-15 Thread Igor Sapego
Hello, Igniters, I want to start working on the following ticket: [1]. To do so I need a write access to [2]. Can someone from community help me? [1] - https://issues.apache.org/jira/browse/IGNITE-4230 [2] - https://apacheignite-mix.readme.io Best Regards, Igor

[jira] [Created] (IGNITE-4421) ODBC: SQLFetch fails if result set contains non-primitive column.

2016-12-13 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4421: --- Summary: ODBC: SQLFetch fails if result set contains non-primitive column. Key: IGNITE-4421 URL: https://issues.apache.org/jira/browse/IGNITE-4421 Project: Ignite

[jira] [Created] (IGNITE-4409) UUID fields of the key class deserialized in a wrong way on INSERT.

2016-12-09 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4409: --- Summary: UUID fields of the key class deserialized in a wrong way on INSERT. Key: IGNITE-4409 URL: https://issues.apache.org/jira/browse/IGNITE-4409 Project: Ignite

[jira] [Created] (IGNITE-4370) ODBC: Implement DML operations with parameters in batch.

2016-12-05 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4370: --- Summary: ODBC: Implement DML operations with parameters in batch. Key: IGNITE-4370 URL: https://issues.apache.org/jira/browse/IGNITE-4370 Project: Ignite

Re: Apache Ignite 1.8 Release

2016-12-01 Thread Igor Sapego
t;: > >>>>>> Hi > >>>>>> > >>>>>> I found two issues for 1.8: > >>>>>> IGNITE-4304 ClusterTopologyCheckedException: Failed to send message > >>>>> because > >>>>>> node left grid <https://i

Re: Talking to Ignite From PHP

2016-12-01 Thread Igor Sapego
tps://apacheignite-mix.readme.io/v1.7/docs/php-pdo < > https://apacheignite-mix.readme.io/v1.7/docs/php-pdo> > > — > Denis > > > On Nov 28, 2016, at 10:29 AM, Igor Sapego <isap...@gridgain.com> wrote: > > > > Denis, > > > > yes. > > &g

Re: Talking to Ignite From PHP

2016-11-28 Thread Igor Sapego
Denis, yes. Best Regards, Igor On Mon, Nov 28, 2016 at 8:26 PM, Denis Magda <dma...@apache.org> wrote: > Igor, > > Has everything been merged into 1.8? Can I start checking PHP/PDO guide? > > — > Denis > > > On Nov 11, 2016, at 3:52 AM, Igor Sapego <isap..

Re: Apache Ignite 1.8 Release

2016-11-25 Thread Igor Sapego
lientBinaryQueryExample returns wrong result > > > > > > <https://issues.apache.org/jira/browse/IGNITE-4303> > > > > > > > > > > > > Could someone experienced take a look? > > > > > > > > > > > > On Thu,

Re: Apache Ignite 1.8 Release

2016-11-23 Thread Igor Sapego
868.html < > >>>> http://apache-ignite-developers.2346864.n4.nabble. > >>>> com/Maintaining-documentation-consistency-on-readme-io-td10868.html> > >>>> > >>>> — > >>>> Denis > >>>> > >>&

[jira] [Created] (IGNITE-4288) ODBC: Fix ODBC and DML interoperability.

2016-11-23 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4288: --- Summary: ODBC: Fix ODBC and DML interoperability. Key: IGNITE-4288 URL: https://issues.apache.org/jira/browse/IGNITE-4288 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-4249) ODBC: Even simple request takes a lot of time.

2016-11-18 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4249: --- Summary: ODBC: Even simple request takes a lot of time. Key: IGNITE-4249 URL: https://issues.apache.org/jira/browse/IGNITE-4249 Project: Ignite Issue Type

[jira] [Created] (IGNITE-4227) ODBC: Implement SQLError function

2016-11-15 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4227: --- Summary: ODBC: Implement SQLError function Key: IGNITE-4227 URL: https://issues.apache.org/jira/browse/IGNITE-4227 Project: Ignite Issue Type: Task

Re: Apache Ignite 1.8 Release

2016-11-15 Thread Igor Sapego
Denis, I can merge PDO-related changes into 1.8 but without DML they will break tests and even compilation so I don't see any sense in doing that before DML is merged. After DML is ready and merged I'll need some time to merge my changes and check that everything works as intended. The code

Re: Talking to Ignite From PHP

2016-11-11 Thread Igor Sapego
gt; can be done by next Monday? > > In the meanwhile, I do like the documentation in its present state and > left a couple of minor comments in the related ticket > https://issues.apache.org/jira/browse/IGNITE-3921 > > — > Denis > > On Nov 3, 2016, at 5:46 AM, Igor Sapego <isap...@gr

[jira] [Created] (IGNITE-4200) ODBC: Integrate generation of the ODBC installer to build process.

2016-11-09 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4200: --- Summary: ODBC: Integrate generation of the ODBC installer to build process. Key: IGNITE-4200 URL: https://issues.apache.org/jira/browse/IGNITE-4200 Project: Ignite

Re: TX savepoints

2016-11-08 Thread Igor Sapego
t; wrote: > All the SQL statements currently run out of transactions. It is a big > feature for 2.0 > > Sergi > > 2016-11-08 15:09 GMT+03:00 Igor Sapego <isap...@gridgain.com>: > > > Hi, > > > > Currently, we do not support transaction in ODBC at

Re: Connecting to Ignite from Tableau

2016-11-08 Thread Igor Sapego
Maybe we should have a page with notes for any widespread product which we tested with Ignite. We going to have a page for PDO soon so why not to make a page for Tableau? Best Regards, Igor On Tue, Nov 8, 2016 at 12:02 PM, Dmitriy Setrakyan wrote: > I think we should

Re: ODBC processor default behaviour

2016-11-08 Thread Igor Sapego
t; What's about to use the port range like TcpDiscoveryVmIpFinder? > > On Sat, Feb 20, 2016 at 6:22 PM, Yakov Zhdanov <yzhda...@apache.org> > wrote: > > How about outputting warning like and keep retrying in a background > > thread? > > > warning - "Failed

[jira] [Created] (IGNITE-4183) ODBC: empty value in a particular row breaks reading other rows in the column

2016-11-07 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4183: --- Summary: ODBC: empty value in a particular row breaks reading other rows in the column Key: IGNITE-4183 URL: https://issues.apache.org/jira/browse/IGNITE-4183 Project

[jira] [Created] (IGNITE-4182) Improve error output when query parsing failed.

2016-11-07 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4182: --- Summary: Improve error output when query parsing failed. Key: IGNITE-4182 URL: https://issues.apache.org/jira/browse/IGNITE-4182 Project: Ignite Issue Type

Re: Talking to Ignite From PHP

2016-11-03 Thread Igor Sapego
. I’ll keep at the > installation and testing of PHP + Ignite scenario. > > — > Denis > > On Nov 2, 2016, at 4:38 AM, Igor Sapego <isap...@gridgain.com> wrote: > > Denis, > > I believe that you should switch to DML branch (ignite-2294), > and then merge ignite

Re: Talking to Ignite From PHP

2016-11-02 Thread Igor Sapego
Denis, I believe that you should switch to DML branch (ignite-2294), and then merge ignite-3910 into it. That should be enough. Please let me know if there are any issues. Best Regards, Igor On Wed, Nov 2, 2016 at 3:12 AM, Denis Magda wrote: > Igor, > > I’m planning to

[jira] [Created] (IGNITE-4158) Implement Time type for binary protocol.

2016-11-01 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4158: --- Summary: Implement Time type for binary protocol. Key: IGNITE-4158 URL: https://issues.apache.org/jira/browse/IGNITE-4158 Project: Ignite Issue Type: Task

Re: BinaryObject pros/cons

2016-10-31 Thread Igor Sapego
, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Makes sense to me, but not sure about -1 in particular. Is this offset > relative to object start position? What values can it have? > > -Val > > On Mon, Oct 31, 2016 at 10:38 AM, Igor Sapego <isap...@gridgain.

Re: BinaryObject pros/cons

2016-10-31 Thread Igor Sapego
Vladimir, How about some reserved value? I.e -1 offset means a default/null value should be used? Best Regards, Igor On Mon, Oct 31, 2016 at 5:05 PM, Vladimir Ozerov wrote: > Valya, > > Do you have any ideas how to implement this? We write field offsets in the > footer.

Re: Apache Ignite 1.8 Release

2016-10-27 Thread Igor Sapego
Hi, I have added some tests for ODBC that include DML - they are passing on the DML branch. I've also made some changes to ODBC for it to work better with PDO. Some of them are already merged, other will be merged once DML is ready. Ksenia currently works on testing PDO with our ODBC driver very

[jira] [Created] (IGNITE-4096) ODBC and DML: Add tests with DML and ODBC.

2016-10-19 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4096: --- Summary: ODBC and DML: Add tests with DML and ODBC. Key: IGNITE-4096 URL: https://issues.apache.org/jira/browse/IGNITE-4096 Project: Ignite Issue Type: Task

Re: Using WiX for the ASF product.

2016-10-18 Thread Igor Sapego
rote: > On Tue, Oct 18, 2016 at 7:07 AM, Igor Sapego <isap...@gridgain.com> wrote: > > > 1. This tool is licensed under Microsoft Reciprocal License (MS-RL). > > The license requires that fixes and improvements to the WiX toolset must > be > > published usin

Re: Using WiX for the ASF product.

2016-10-18 Thread Igor Sapego
icense of WixToolset? > 2. Keep in mind, that Apache source code cannot store any binary files in > it. Do we generate any binaries with this tool, or only XML? > > On Tue, Oct 18, 2016 at 3:47 AM, Igor Sapego <isap...@gridgain.com> wrote: > > > Dmitriy, > > > >

Re: Using WiX for the ASF product.

2016-10-18 Thread Igor Sapego
tool is a > problem? > > D. > > On Mon, Oct 17, 2016 at 11:51 AM, Igor Sapego <isap...@gridgain.com> > wrote: > > > Hello Igniters, > > > > Recently I've been working on .msi installer for the ODBC driver [1]. > > > > I've decided to use WiX

Using WiX for the ASF product.

2016-10-17 Thread Igor Sapego
Hello Igniters, Recently I've been working on .msi installer for the ODBC driver [1]. I've decided to use WiX toolset [2] for this task. However, I'm not quite sure if it's OK from the legal standpoint to use this tool for the Apache product. What we are going to distribute is two XML files

[jira] [Created] (IGNITE-4090) CPP: Make sure Ignite C++ can be compiled with g++ 4.4.7

2016-10-17 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4090: --- Summary: CPP: Make sure Ignite C++ can be compiled with g++ 4.4.7 Key: IGNITE-4090 URL: https://issues.apache.org/jira/browse/IGNITE-4090 Project: Ignite

[jira] [Created] (IGNITE-3982) ODBC: Add documentation for added connection string attributes and features.

2016-09-27 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3982: --- Summary: ODBC: Add documentation for added connection string attributes and features. Key: IGNITE-3982 URL: https://issues.apache.org/jira/browse/IGNITE-3982 Project

[jira] [Created] (IGNITE-3921) ODBC: Add documentation for the PDO interoperability.

2016-09-16 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3921: --- Summary: ODBC: Add documentation for the PDO interoperability. Key: IGNITE-3921 URL: https://issues.apache.org/jira/browse/IGNITE-3921 Project: Ignite Issue

[jira] [Created] (IGNITE-3910) ODBC: PDO always passes parameters as strings.

2016-09-15 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3910: --- Summary: ODBC: PDO always passes parameters as strings. Key: IGNITE-3910 URL: https://issues.apache.org/jira/browse/IGNITE-3910 Project: Ignite Issue Type

[jira] [Created] (IGNITE-3883) ODBC: Parameter binding does not work with PDO.

2016-09-12 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3883: --- Summary: ODBC: Parameter binding does not work with PDO. Key: IGNITE-3883 URL: https://issues.apache.org/jira/browse/IGNITE-3883 Project: Ignite Issue Type

[jira] [Created] (IGNITE-3873) ODBC: Create installer for the ODBC.

2016-09-09 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3873: --- Summary: ODBC: Create installer for the ODBC. Key: IGNITE-3873 URL: https://issues.apache.org/jira/browse/IGNITE-3873 Project: Ignite Issue Type: Task

<    1   2   3   4   5   6   7   >