You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2016/09/12 19:04:20 UTC

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

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

Igor Sapego resolved IGNITE-3865.
---------------------------------
    Resolution: Fixed

Checked:
- SELECT
- SELECT with arguments
- INSERT
- INSERT with arguments
- Update
- Update with arguments
- Delete
- Delete with arguments

Created tickets for all found issues.

Also, note, that we can have issues with the INSERT as currently PDO only support 4 primitive data types of params: {{PDO::PARAM_BOOL}}, {{PDO::PARAM_NULL}}, {{PDO::PARAM_INT}}, {{PDO::PARAM_STR}} and we do not support yet CAST in INSERT statements.







> 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)