[
https://issues.apache.org/jira/browse/IGNITE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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)