[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 with ODBC. 
Instead it uses {{SQLDescribeParam}} function to find out the type of the 
parameter, and if it is not implemented (this is our case) it always passes 
parameters as strings. See IGNITE-3910 for detail.

> ODBC: Investigate compatibility with PDO.
> -
>
> Key: IGNITE-3865
> URL: https://issues.apache.org/jira/browse/IGNITE-3865
> Project: Ignite
>  Issue Type: Task
>  Components: odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: odbc
> Fix For: 1.8
>
>
> We should check if our ODBC implementation works with the 
> [PDO|http://php.net/manual/en/intro.pdo.php]. This way we are going to be 
> able be used from the PHP.
> Check basic SQL queries and DML.



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


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

2016-09-12 Thread Denis Magda (JIRA)

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

Denis Magda commented on IGNITE-3865:
-

Igor, in regards to the param types does it mean that a user will be able to 
insert fields of listed types (bool, null, int, str)? If it's son then this is 
not our limitation but theirs.

> ODBC: Investigate compatibility with PDO.
> -
>
> Key: IGNITE-3865
> URL: https://issues.apache.org/jira/browse/IGNITE-3865
> Project: Ignite
>  Issue Type: Task
>  Components: odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: odbc
> Fix For: 1.8
>
>
> We should check if our ODBC implementation works with the 
> [PDO|http://php.net/manual/en/intro.pdo.php]. This way we are going to be 
> able be used from the PHP.
> Check basic SQL queries and DML.



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


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

> ODBC: Investigate compatibility with PDO.
> -
>
> Key: IGNITE-3865
> URL: https://issues.apache.org/jira/browse/IGNITE-3865
> Project: Ignite
>  Issue Type: Task
>  Components: odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: odbc
> Fix For: 1.8
>
>
> We should check if our ODBC implementation works with the 
> [PDO|http://php.net/manual/en/intro.pdo.php]. This way we are going to be 
> able be used from the PHP.
> Chek basic SQL queries and DML.



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