[jira] [Commented] (IGNITE-1680) CPP: Implement basic API for user entry point lookup

2017-01-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15838423#comment-15838423 ] Igor Sapego commented on IGNITE-1680: - Vladimir, agree. > CPP: Implement basic API for user entry

[jira] [Commented] (IGNITE-1680) CPP: Implement basic API for user entry point lookup

2017-01-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15838437#comment-15838437 ] Igor Sapego commented on IGNITE-1680: - I've implemented {{IgniteBindingContext}}, but then I tried to

[jira] [Commented] (IGNITE-1680) CPP: Implement basic API for user entry point lookup

2017-01-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15838478#comment-15838478 ] Igor Sapego commented on IGNITE-1680: - Added fixes for Linux too. > CPP: Implement basic API for

[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:

[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] [Updated] (IGNITE-4745) CPP: remove unsused targetver.h files

2017-02-22 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-4745: Priority: Minor (was: Major) > CPP: remove unsused targetver.h files >

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

2017-02-22 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15878179#comment-15878179 ] Igor Sapego commented on IGNITE-4735: - [~avinogradov] Yeah, I've checked that with a diff tool. >

[jira] [Commented] (IGNITE-3987) ODBC: Improve error output when query parsing failed.

2017-02-20 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15874523#comment-15874523 ] Igor Sapego commented on IGNITE-3987: - [~vozerov], I added blocking Java ticket. > ODBC: Improve

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

2017-02-21 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876482#comment-15876482 ] Igor Sapego commented on IGNITE-4617: - Implemented discussed approach. Weirdly enough, requested

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

2017-02-09 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego reassigned IGNITE-4670: --- Assignee: Igor Sapego > CPP: Implement LoadCache method > --- >

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

2017-02-10 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15861597#comment-15861597 ] Igor Sapego commented on IGNITE-4617: - Ok, It seems like one can't get such type of data from

[jira] [Commented] (IGNITE-4581) Async API: IgniteCache refactoring

2017-02-10 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15861498#comment-15861498 ] Igor Sapego commented on IGNITE-4581: - [~tledkov-gridgain] C++ part looks fine to me. You may want to

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

2017-02-14 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866144#comment-15866144 ] Igor Sapego commented on IGNITE-4670: - Needs IGNITE-1680 to implement predicates. > CPP: Implement

[jira] [Resolved] (IGNITE-3330) CPP: Implement Cache::Invoke method.

2017-02-13 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego resolved IGNITE-3330. - Resolution: Fixed Implemented under IGNITE-1680 > CPP: Implement Cache::Invoke method. >

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

2017-02-13 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15863798#comment-15863798 ] Igor Sapego commented on IGNITE-4617: - [~vozerov], I've added {{enumOrdinal()}} analogue (though

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

2017-02-13 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-4617: Fix Version/s: (was: 2.0) 1.9 > CPP: Implement Field-access methods for

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

2017-02-13 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-4620: Fix Version/s: (was: 2.0) 1.9 > CPP: Add documentation for DML >

[jira] [Updated] (IGNITE-3315) CPP: Add documentation for ContinuousQuery API

2017-02-13 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3315: Fix Version/s: (was: 2.0) 1.9 > CPP: Add documentation for ContinuousQuery

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

2017-02-15 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868227#comment-15868227 ] Igor Sapego commented on IGNITE-4670: - Implemented {{LoadCache}} without predicates and added tests.

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

2017-02-17 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871756#comment-15871756 ] Igor Sapego commented on IGNITE-4617: - [~vozerov] ok, I'm going to try and implement this approach,

[jira] [Updated] (IGNITE-1443) CPP: Implement cache continuous queries.

2017-01-18 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-1443: Fix Version/s: (was: 2.0) 1.9 > CPP: Implement cache continuous queries. >

[jira] [Assigned] (IGNITE-1466) CPP: Implement binary objects support.

2017-01-18 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego reassigned IGNITE-1466: --- Assignee: Igor Sapego > CPP: Implement binary objects support. >

[jira] [Comment Edited] (IGNITE-4046) C++: Support DML API

2017-01-18 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15828043#comment-15828043 ] Igor Sapego edited comment on IGNITE-4046 at 1/18/17 1:31 PM: -- After some

[jira] [Commented] (IGNITE-4046) C++: Support DML API

2017-01-18 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15828043#comment-15828043 ] Igor Sapego commented on IGNITE-4046: - After some studying, it seems that most flexible and optimized

[jira] [Commented] (IGNITE-4046) C++: Support DML API

2017-01-17 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826426#comment-15826426 ] Igor Sapego commented on IGNITE-4046: - Ok, I'm going to try and implement another approach then. I'm

[jira] [Commented] (IGNITE-4046) C++: Support DML API

2017-01-16 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824422#comment-15824422 ] Igor Sapego commented on IGNITE-4046: - {{TestIdentityEquilityWithGuid}} fails because of the

[jira] [Commented] (IGNITE-4046) C++: Support DML API

2017-01-16 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824380#comment-15824380 ] Igor Sapego commented on IGNITE-4046: - Pavel, I've fixed review and PR links. Please, take a look. >

[jira] [Commented] (IGNITE-3837) ODBC: Escape sequences: Support CONVERT function.

2017-01-18 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15828116#comment-15828116 ] Igor Sapego commented on IGNITE-3837: - Looks good to me. Pavel, can you take a look? > ODBC: Escape

[jira] [Updated] (IGNITE-3837) ODBC: Escape sequences: Support CONVERT function.

2017-01-18 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3837: Assignee: Pavel Tupitsyn (was: Igor Sapego) > ODBC: Escape sequences: Support CONVERT function. >

[jira] [Commented] (IGNITE-1466) CPP: Implement binary objects support.

2017-01-18 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15828511#comment-15828511 ] Igor Sapego commented on IGNITE-1466: - I've implemented very simple first approach which is very

[jira] [Commented] (IGNITE-1466) CPP: Implement binary objects support.

2017-01-19 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15830572#comment-15830572 ] Igor Sapego commented on IGNITE-1466: - I've added two more public methods - {{GetData}} and

[jira] [Commented] (IGNITE-1680) CPP: Implement basic API for user entry point lookup

2017-01-20 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15831617#comment-15831617 ] Igor Sapego commented on IGNITE-1680: - [~vozerov], agree. Binging seems much better term to me. I'll

[jira] [Updated] (IGNITE-1466) CPP: Implement binary objects support.

2017-01-20 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-1466: Fix Version/s: 1.9 > CPP: Implement binary objects support. >

[jira] [Updated] (IGNITE-3390) ODBC: Add system DSN support for Windows.

2016-08-03 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3390: Attachment: dsn_configuration_window_v3.png > ODBC: Add system DSN support for Windows. >

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

2017-02-28 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888094#comment-15888094 ] Igor Sapego edited comment on IGNITE-4617 at 2/28/17 2:23 PM: -- On the

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

2017-02-28 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888094#comment-15888094 ] Igor Sapego commented on IGNITE-4617: - On the further investigation I've found that Java do not

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

2017-02-28 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888094#comment-15888094 ] Igor Sapego edited comment on IGNITE-4617 at 2/28/17 2:22 PM: -- On the

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

2017-02-27 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15885994#comment-15885994 ] Igor Sapego commented on IGNITE-4617: - It seems like Java does not save binary schema for the objects

[jira] [Assigned] (IGNITE-3751) ODBC: Scalar functions: Support system functions.

2016-08-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego reassigned IGNITE-3751: --- Assignee: Igor Sapego > ODBC: Scalar functions: Support system functions. >

[jira] [Comment Edited] (IGNITE-3757) ODBC: Scalar functions: Support aggregate functions.

2016-08-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15435394#comment-15435394 ] Igor Sapego edited comment on IGNITE-3757 at 8/25/16 9:19 AM: -- Added tests

[jira] [Updated] (IGNITE-3764) ODBC: Support and test implicit functions (>, <, _, +, -, etc.).

2016-08-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3764: Description: The following functions must be supported and tested with all supported data types:

[jira] [Created] (IGNITE-3826) CPP: Add documentation for distributed joins.

2016-09-02 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3826: --- Summary: CPP: Add documentation for distributed joins. Key: IGNITE-3826 URL: https://issues.apache.org/jira/browse/IGNITE-3826 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-3823) Add nested joins support

2016-09-02 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3823: --- Summary: Add nested joins support Key: IGNITE-3823 URL: https://issues.apache.org/jira/browse/IGNITE-3823 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-3824) Add right joins support

2016-09-02 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3824: --- Summary: Add right joins support Key: IGNITE-3824 URL: https://issues.apache.org/jira/browse/IGNITE-3824 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-3831) CPP: Add distributed joins example to C++ query example.

2016-09-02 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3831: --- Summary: CPP: Add distributed joins example to C++ query example. Key: IGNITE-3831 URL: https://issues.apache.org/jira/browse/IGNITE-3831 Project: Ignite

[jira] [Created] (IGNITE-3837) ODBC: Escape sequences: Support CONVERT function.

2016-09-05 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3837: --- Summary: ODBC: Escape sequences: Support CONVERT function. Key: IGNITE-3837 URL: https://issues.apache.org/jira/browse/IGNITE-3837 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-3865) ODBC: Investigate compatibility with PDO.

2016-09-08 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3865: --- Summary: ODBC: Investigate compatibility with PDO. Key: IGNITE-3865 URL: https://issues.apache.org/jira/browse/IGNITE-3865 Project: Ignite Issue Type: Task

[jira] [Commented] (IGNITE-3628) ODBC: Improve data fetching performance.

2016-08-30 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449685#comment-15449685 ] Igor Sapego commented on IGNITE-3628: - Completed benchmark. Got following results: {noformat} Default

[jira] [Comment Edited] (IGNITE-3628) ODBC: Improve data fetching performance.

2016-08-30 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449685#comment-15449685 ] Igor Sapego edited comment on IGNITE-3628 at 8/30/16 6:02 PM: -- Completed

[jira] [Created] (IGNITE-3819) ODBC: Print stack trace on error.

2016-09-01 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3819: --- Summary: ODBC: Print stack trace on error. Key: IGNITE-3819 URL: https://issues.apache.org/jira/browse/IGNITE-3819 Project: Ignite Issue Type: Task

[jira] [Updated] (IGNITE-3819) ODBC: Print stack trace on error.

2016-09-01 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3819: Fix Version/s: 1.8 > ODBC: Print stack trace on error. > - > >

[jira] [Assigned] (IGNITE-3819) ODBC: Print stack trace on error.

2016-09-01 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego reassigned IGNITE-3819: --- Assignee: Igor Sapego > ODBC: Print stack trace on error. >

[jira] [Updated] (IGNITE-3819) ODBC: Print stack trace on error.

2016-09-01 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3819: Affects Version/s: 1.7 > ODBC: Print stack trace on error. > - > >

[jira] [Updated] (IGNITE-3819) ODBC: Print stack trace on error.

2016-09-01 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3819: Labels: odbc (was: ) > ODBC: Print stack trace on error. > - > >

[jira] [Updated] (IGNITE-3819) ODBC: Print stack trace on error.

2016-09-01 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3819: Description: Currently, on ODBC error we only silently send error message to ODBC driver. Add

[jira] [Created] (IGNITE-3805) ODBC: Add support for SQL92 TRANSLATE function.

2016-08-30 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3805: --- Summary: ODBC: Add support for SQL92 TRANSLATE function. Key: IGNITE-3805 URL: https://issues.apache.org/jira/browse/IGNITE-3805 Project: Ignite Issue Type:

[jira] [Commented] (IGNITE-2946) CPP: Method GetNext() of the cursor classes should be optimized.

2016-08-30 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15448963#comment-15448963 ] Igor Sapego commented on IGNITE-2946: - Vladimir, 1. Good catch. I believe, .NET changes have been

[jira] [Commented] (IGNITE-3750) ODBC: Scalar functions: Support time/date functions.

2016-08-30 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15448848#comment-15448848 ] Igor Sapego commented on IGNITE-3750: - Vladimir, ticket is already added. You can find it in related

[jira] [Created] (IGNITE-3804) ODBC: Add support for SQL92 CONVERT function.

2016-08-30 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3804: --- Summary: ODBC: Add support for SQL92 CONVERT function. Key: IGNITE-3804 URL: https://issues.apache.org/jira/browse/IGNITE-3804 Project: Ignite Issue Type:

[jira] [Commented] (IGNITE-3865) ODBC: Investigate compatibility with PDO.

2016-09-09 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15477088#comment-15477088 ] Igor Sapego commented on IGNITE-3865: - I'm going to add all found issues as related to this one. >

[jira] [Updated] (IGNITE-3876) ODBC: Check all output parameters for nulls before assignment.

2016-09-09 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3876: Issue Type: Task (was: Sub-task) Parent: (was: IGNITE-3865) > ODBC: Check all output

[jira] [Created] (IGNITE-3876) ODBC: Check all output parameters for nulls before assignment.

2016-09-09 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3876: --- Summary: ODBC: Check all output parameters for nulls before assignment. Key: IGNITE-3876 URL: https://issues.apache.org/jira/browse/IGNITE-3876 Project: Ignite

[jira] [Updated] (IGNITE-3865) ODBC: Investigate compatibility with PDO.

2016-09-12 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3865: Description: We should check if our ODBC implementation works with the

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

2016-09-13 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15487694#comment-15487694 ] Igor Sapego commented on IGNITE-3883: - Ok, it seems, like PDO uses [data-at-execution

[jira] [Resolved] (IGNITE-3865) ODBC: Investigate compatibility with PDO.

2016-09-12 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego resolved IGNITE-3865. - Resolution: Fixed Checked: - SELECT - SELECT with arguments - INSERT - INSERT with arguments -

[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] [Commented] (IGNITE-3910) ODBC: PDO always passes parameters as strings.

2016-09-15 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15494247#comment-15494247 ] Igor Sapego commented on IGNITE-3910: - It seems like PDO uses {{SQLDescribeParam}} to determine the

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

2016-09-16 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3910: Issue Type: Sub-task (was: Bug) Parent: IGNITE-3883 > ODBC: PDO always passes parameters

[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

[jira] [Updated] (IGNITE-3865) ODBC: Investigate compatibility with PDO.

2016-09-09 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3865: Description: We should check if our ODBC implementation works with the

[jira] [Assigned] (IGNITE-3861) ODBC: installer doesn't support path to driver with backspaces

2016-09-09 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego reassigned IGNITE-3861: --- Assignee: Igor Sapego > ODBC: installer doesn't support path to driver with backspaces >

[jira] [Resolved] (IGNITE-3861) ODBC: installer doesn't support path to driver with backspaces

2016-09-09 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego resolved IGNITE-3861. - Resolution: Fixed Assignee: Vasilisa Sidorova (was: Igor Sapego) Fix Version/s:

[jira] [Updated] (IGNITE-1443) CPP: Implement cache continuous queries.

2016-09-29 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-1443: Assignee: Vladimir Ozerov (was: Igor Sapego) > CPP: Implement cache continuous queries. >

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

2016-09-23 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15517139#comment-15517139 ] Igor Sapego commented on IGNITE-3873: - WiX seems to be easy to use and provides all necessary options

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

2016-09-22 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15514102#comment-15514102 ] Igor Sapego commented on IGNITE-3873: - Considering using [Wix|https://www.firegiant.com/wix]. >

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

2016-09-22 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15514102#comment-15514102 ] Igor Sapego edited comment on IGNITE-3873 at 9/22/16 6:43 PM: -- Considering

[jira] [Commented] (IGNITE-3865) ODBC: Investigate compatibility with PDO.

2016-09-20 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15507264#comment-15507264 ] Igor Sapego commented on IGNITE-3865: - Actually, it seems like PDO ignores these parameters when used

[jira] [Closed] (IGNITE-3865) ODBC: Investigate compatibility with PDO.

2016-09-20 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego closed IGNITE-3865. --- > ODBC: Investigate compatibility with PDO. > - > >

[jira] [Commented] (IGNITE-3876) ODBC: Check all output parameters for nulls before assignment.

2016-09-20 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15507254#comment-15507254 ] Igor Sapego commented on IGNITE-3876: - I'm going to add checks and tests for all the functions with

[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] [Assigned] (IGNITE-3873) ODBC: Create installer for the ODBC.

2016-09-22 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego reassigned IGNITE-3873: --- Assignee: Igor Sapego > ODBC: Create installer for the ODBC. >

[jira] [Assigned] (IGNITE-3705) Warnings when build ignite and ignite-example cpp projects with Visual Studio 2015 (v140) toolset

2016-08-18 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego reassigned IGNITE-3705: --- Assignee: Igor Sapego > Warnings when build ignite and ignite-example cpp projects with

[jira] [Resolved] (IGNITE-3627) ODBC: Tune ODBC capabilities to match capabilities of the Ignite SQL.

2016-08-26 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego resolved IGNITE-3627. - Resolution: Fixed Assignee: Vladimir Ozerov (was: Igor Sapego) Resolved by IGNITE-3749,

[jira] [Closed] (IGNITE-3627) ODBC: Tune ODBC capabilities to match capabilities of the Ignite SQL.

2016-08-26 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego closed IGNITE-3627. --- > ODBC: Tune ODBC capabilities to match capabilities of the Ignite SQL. >

[jira] [Resolved] (IGNITE-3626) ODBC: Performance drop when connecting to Ignite with Tableau on Windows.

2016-08-26 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego resolved IGNITE-3626. - Resolution: Cannot Reproduce Can not reproduce the issue. > ODBC: Performance drop when

[jira] [Updated] (IGNITE-3626) ODBC: Performance drop when connecting to Ignite with Tableau on Windows.

2016-08-26 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3626: Assignee: Vladimir Ozerov (was: Igor Sapego) > ODBC: Performance drop when connecting to Ignite

[jira] [Closed] (IGNITE-3626) ODBC: Performance drop when connecting to Ignite with Tableau on Windows.

2016-08-26 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego closed IGNITE-3626. --- > ODBC: Performance drop when connecting to Ignite with Tableau on Windows. >

[jira] [Commented] (IGNITE-3750) ODBC: Scalar functions: Support time/date functions.

2016-08-26 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15439484#comment-15439484 ] Igor Sapego commented on IGNITE-3750: - Functions {{CURRENT_DATE}} and {{CURDATE}} return values of

[jira] [Created] (IGNITE-3795) CPP: Add test with SQL scalar functions returning java.sql.Date

2016-08-29 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3795: --- Summary: CPP: Add test with SQL scalar functions returning java.sql.Date Key: IGNITE-3795 URL: https://issues.apache.org/jira/browse/IGNITE-3795 Project: Ignite

[jira] [Updated] (IGNITE-3797) ODBC: Scalar functions: Support TIMESTAMPDIFF and TIMESTAMPADD functions.

2016-08-29 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3797: Labels: odbc (was: ) > ODBC: Scalar functions: Support TIMESTAMPDIFF and TIMESTAMPADD functions.

[jira] [Updated] (IGNITE-3795) CPP: Add test with SQL scalar functions returning java.sql.Date

2016-08-29 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3795: Labels: cpp (was: ) > CPP: Add test with SQL scalar functions returning java.sql.Date >

[jira] [Closed] (IGNITE-3752) ODBC: Scalar functions: Support CAST function.

2016-08-29 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego closed IGNITE-3752. --- > ODBC: Scalar functions: Support CAST function. > -- > >

[jira] [Resolved] (IGNITE-3752) ODBC: Scalar functions: Support CAST function.

2016-08-29 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego resolved IGNITE-3752. - Resolution: Fixed Assignee: Vladimir Ozerov Resolved by IGNITE-3761. > ODBC: Scalar

[jira] [Updated] (IGNITE-3737) ODBC: Support scalar functions

2016-08-29 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3737: Summary: ODBC: Support scalar functions (was: ODBC: Support scalar functions,) > ODBC: Support

[jira] [Commented] (IGNITE-3627) ODBC: Tune ODBC capabilities to match capabilities of the Ignite SQL.

2016-08-23 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432520#comment-15432520 ] Igor Sapego commented on IGNITE-3627: - Ok, then I'm going to add some tests while the work on

[jira] [Commented] (IGNITE-3764) ODBC: Support and test implicit functions (>, <, _, +, -, etc.).

2016-08-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15437066#comment-15437066 ] Igor Sapego commented on IGNITE-3764: - Tests for the following types and operators have been added:

[jira] [Comment Edited] (IGNITE-3764) ODBC: Support and test implicit functions (>, <, _, +, -, etc.).

2016-08-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15437066#comment-15437066 ] Igor Sapego edited comment on IGNITE-3764 at 8/25/16 3:20 PM: -- Tests for the

[jira] [Updated] (IGNITE-3761) ODBC: Add tests for SQL_SQL92_VALUE_EXPRESSIONS.

2016-08-25 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3761: Description: We need to ensure that all SQL_SQL92_VALUE_EXPRESSIONS[1] are really supported.

[jira] [Updated] (IGNITE-3757) ODBC: Scalar functions: Support aggregate functions.

2016-08-24 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3757: Summary: ODBC: Scalar functions: Support aggregate functions. (was: ODBC: Add tests for

[jira] [Updated] (IGNITE-3757) ODBC: Scalar functions: Support aggregate functions.

2016-08-24 Thread Igor Sapego (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-3757: Description: 1) All the functions from the list must be supported:

<    1   2   3   4   5   6   7   8   9   10   >