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

2017-09-28 Thread Vladimir Ozerov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Ozerov updated IGNITE-5621:

Labels: cpp important  (was: cpp)

> 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, important
> 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] [Updated] (IGNITE-5621) CPP: Support BINARY and VARBINARY types for C++

2017-08-02 Thread Vladimir Ozerov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Ozerov updated IGNITE-5621:

Issue Type: New Feature  (was: Task)

> 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.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] [Updated] (IGNITE-5621) CPP: Support BINARY and VARBINARY types for C++

2017-07-28 Thread Igor Sapego (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Sapego updated IGNITE-5621:

Description: 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++.  (was: 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++.)

> 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] [Updated] (IGNITE-5621) CPP: Support BINARY and VARBINARY types for C++

2017-07-28 Thread Igor Sapego (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Sapego updated IGNITE-5621:

Description: 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\+\+.  (was: 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++.)

> 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] [Updated] (IGNITE-5621) CPP: Support BINARY and VARBINARY types for C++

2017-07-28 Thread Igor Sapego (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Sapego updated IGNITE-5621:

Description: 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++.  (was: We need to add an 
ability for user to get columns of {{byte[]}} types using {{SqlFieldsQuery}} in 
C++.)

> 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] [Updated] (IGNITE-5621) CPP: Support BINARY and VARBINARY types for C++

2017-07-28 Thread Igor Sapego (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Sapego updated IGNITE-5621:

Description: We need to add an ability for user to get columns of 
{{byte[]}} types using {{SqlFieldsQuery}} in C++.  (was: We need to support 
BINARY and VARBINARY types at C++ and ODBC levels.)

> 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++.



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


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

2017-06-30 Thread Igor Sapego (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Sapego updated IGNITE-5621:

Component/s: platforms

> 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 support BINARY and VARBINARY types at C++ and ODBC levels.



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


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

2017-06-30 Thread Igor Sapego (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Sapego updated IGNITE-5621:

Labels: cpp  (was: )

> 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 support BINARY and VARBINARY types at C++ and ODBC levels.



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


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

2017-06-30 Thread Igor Sapego (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Sapego updated IGNITE-5621:

Summary: CPP: Support BINARY and VARBINARY types for C++  (was: Support 
BINARY and VARBINARY types for C++ and ODBC)

> 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 support BINARY and VARBINARY types at C++ and ODBC levels.



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