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

2016-12-05 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-3910:


Github user asfgit closed the pull request at:

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


> ODBC: PDO always passes parameters as strings.
> --
>
> Key: IGNITE-3910
> URL: https://issues.apache.org/jira/browse/IGNITE-3910
> Project: Ignite
>  Issue Type: Bug
>  Components: odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Vladimir Ozerov
>  Labels: odbc
> Fix For: 1.8
>
>
> By some reason, PDO always passes parameters as strings to our ODBC driver. 
> Need to investigate and find a solution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


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

2016-11-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-3910:


GitHub user isapego opened a pull request:

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

IGNITE-3910: Implemented SQLDescribeParam.



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

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

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

https://github.com/apache/ignite/pull/1269.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 #1269


commit 04bf81e2b48d0985b33e95a7d33bed2e65b84aeb
Author: Igor Sapego 
Date:   2016-11-23T14:38:41Z

IGNITE-3910: Implemented SQLDescribeParam.




> ODBC: PDO always passes parameters as strings.
> --
>
> Key: IGNITE-3910
> URL: https://issues.apache.org/jira/browse/IGNITE-3910
> Project: Ignite
>  Issue Type: Bug
>  Components: odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: odbc
> Fix For: 1.8
>
>
> By some reason, PDO always passes parameters as strings to our ODBC driver. 
> Need to investigate and find a solution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


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

2016-09-19 Thread Igor Sapego (JIRA)

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

Igor Sapego commented on IGNITE-3910:
-

Implemented {{SQLDescribeParam}}, though I can't test it properly without 
IGNITE-3919 and IGNITE-2294.

> ODBC: PDO always passes parameters as strings.
> --
>
> Key: IGNITE-3910
> URL: https://issues.apache.org/jira/browse/IGNITE-3910
> Project: Ignite
>  Issue Type: Sub-task
>  Components: odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: odbc
> Fix For: 1.8
>
>
> By some reason, PDO always passes parameters as strings to our ODBC driver. 
> Need to investigate and find a solution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[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&focusedCommentId=15494247#comment-15494247
 ] 

Igor Sapego commented on IGNITE-3910:
-

It seems like PDO uses {{SQLDescribeParam}} to determine the type of the 
parameter. This function is not supported currently by the ODBC. To support it 
we need to have ability to find out the type of the parameters of the prepared 
statements in Ignite.

> ODBC: PDO always passes parameters as strings.
> --
>
> Key: IGNITE-3910
> URL: https://issues.apache.org/jira/browse/IGNITE-3910
> Project: Ignite
>  Issue Type: Bug
>  Components: odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: odbc
> Fix For: 1.8
>
>
> By some reason, PDO always passes parameters as strings to our ODBC driver. 
> Need to investigate and find a solution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)