[jira] [Commented] (IGNITE-5621) CPP: Support BINARY and VARBINARY types for C++

2017-09-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161530#comment-16161530
 ] 

ASF GitHub Bot commented on IGNITE-5621:


Github user isapego closed the pull request at:

https://github.com/apache/ignite/pull/2362


> CPP: Support BINARY and VARBINARY types for C++
> ---
>
> Key: IGNITE-5621
> URL: https://issues.apache.org/jira/browse/IGNITE-5621
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 2.0
>Reporter: Denis Magda
>Assignee: Igor Sapego
>  Labels: cpp
> Fix For: 2.3
>
>
> We need to add an ability for user to get columns of {{byte[]}} types using 
> {{SqlFieldsQuery}} in C\+\+. Also, we need to add ability to add SQL 
> parameters of type {{byte[]}} using C\+\+.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-5621) CPP: Support BINARY and VARBINARY types for C++

2017-07-28 Thread Sergey Kalashnikov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105276#comment-16105276
 ] 

Sergey Kalashnikov commented on IGNITE-5621:


[~isapego]
I'm OK with the changes.

> CPP: Support BINARY and VARBINARY types for C++
> ---
>
> Key: IGNITE-5621
> URL: https://issues.apache.org/jira/browse/IGNITE-5621
> Project: Ignite
>  Issue Type: Task
>  Components: platforms
>Affects Versions: 2.0
>Reporter: Denis Magda
>Assignee: Igor Sapego
>  Labels: cpp
> Fix For: 2.2
>
>
> We need to add an ability for user to get columns of {{byte[]}} types using 
> {{SqlFieldsQuery}} in C\+\+. Also, we need to add ability to add SQL 
> parameters of type {{byte[]}} using C\+\+.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-5621) CPP: Support BINARY and VARBINARY types for C++

2017-07-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105226#comment-16105226
 ] 

ASF GitHub Bot commented on IGNITE-5621:


GitHub user isapego opened a pull request:

https://github.com/apache/ignite/pull/2362

IGNITE-5621: Support BINARY and VARBINARY SQL types for C++



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-5621

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2362.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2362


commit fc354d6ff0cd06136a135cbff52cee5708aa7c9b
Author: Igor Sapego 
Date:   2017-07-28T15:04:36Z

IGNITE-5621: Implemented for selects.

commit 13c20f4f8ed6f3dd6fc48ec7d52a909b767570ee
Author: Igor Sapego 
Date:   2017-07-28T15:25:57Z

IGNITE-5621: Implemented for inserts

commit 62aad18236d4f5509c6cd1c0c0c015ac37f2fa5e
Author: Igor Sapego 
Date:   2017-07-28T16:19:33Z

IGNITE-5621: Added test and fix




> CPP: Support BINARY and VARBINARY types for C++
> ---
>
> Key: IGNITE-5621
> URL: https://issues.apache.org/jira/browse/IGNITE-5621
> Project: Ignite
>  Issue Type: Task
>  Components: platforms
>Affects Versions: 2.0
>Reporter: Denis Magda
>Assignee: Igor Sapego
>  Labels: cpp
> Fix For: 2.2
>
>
> We need to add an ability for user to get columns of {{byte[]}} types using 
> {{SqlFieldsQuery}} in C++. Also, we need to add ability to add SQL parameters 
> of type {{byte[]}} using C++.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)