[jira] [Comment Edited] (IGNITE-3921) ODBC: Add documentation for the PDO interoperability.

2016-11-30 Thread Denis Magda (JIRA)

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

Denis Magda edited comment on IGNITE-3921 at 12/1/16 12:23 AM:
---

[~pgarg], please edit the following documentation once you're back
https://apacheignite-mix.readme.io/v1.7/docs/php-pdo

After that we can close the ticket.


was (Author: dmagda):
[~pgarg], please edit the following documentation once you're back
https://apacheignite-mix.readme.io/v1.7/docs/php-pdo

> ODBC: Add documentation for the PDO interoperability.
> -
>
> Key: IGNITE-3921
> URL: https://issues.apache.org/jira/browse/IGNITE-3921
> Project: Ignite
>  Issue Type: Task
>  Components: documentation, odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Denis Magda
>  Labels: documentation, odbc
> Fix For: 1.8
>
>
> We have checked our ODBC driver for the compatibility with the PDO. Now we 
> need to document it for our users.



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


[jira] [Comment Edited] (IGNITE-3921) ODBC: Add documentation for the PDO interoperability.

2016-11-03 Thread Igor Sapego (JIRA)

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

Igor Sapego edited comment on IGNITE-3921 at 11/3/16 5:37 PM:
--

I know, I just thought that we can use annotations instead. On the second 
thought I see that if user wants to use PHP it could be more convenient for 
them to just specify {{QueryEntity}} in cache without writing any Java code.


was (Author: isapego):
I know, I just thought that we can use annotations instead. On the second 
thought I see that if user wants to use PHP it could be more convenient for 
them to just specify{{QueryEntity}} in cache without writing any Java code.

> ODBC: Add documentation for the PDO interoperability.
> -
>
> Key: IGNITE-3921
> URL: https://issues.apache.org/jira/browse/IGNITE-3921
> Project: Ignite
>  Issue Type: Task
>  Components: documentation, odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: documentation, odbc
> Fix For: 1.8
>
>
> We have checked our ODBC driver for the compatibility with the PDO. Now we 
> need to document it for our users.



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


[jira] [Comment Edited] (IGNITE-3921) ODBC: Add documentation for the PDO interoperability.

2016-11-03 Thread Igor Sapego (JIRA)

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

Igor Sapego edited comment on IGNITE-3921 at 11/3/16 5:36 PM:
--

I know, I just thought that we can use annotations instead. On the second 
thought I see that if user wants to use PHP it could be more convenient for 
them to just specify `QueryEntity` in cache without writing any Java code.


was (Author: isapego):
I know, I just thought that we can use annotations instead. On the second 
thought I see that if user wants to use PHP it could me more convenient for 
them to just specify `QueryEntity` in cache without writing any Java code.

> ODBC: Add documentation for the PDO interoperability.
> -
>
> Key: IGNITE-3921
> URL: https://issues.apache.org/jira/browse/IGNITE-3921
> Project: Ignite
>  Issue Type: Task
>  Components: documentation, odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: documentation, odbc
> Fix For: 1.8
>
>
> We have checked our ODBC driver for the compatibility with the PDO. Now we 
> need to document it for our users.



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


[jira] [Comment Edited] (IGNITE-3921) ODBC: Add documentation for the PDO interoperability.

2016-11-03 Thread Igor Sapego (JIRA)

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

Igor Sapego edited comment on IGNITE-3921 at 11/3/16 5:37 PM:
--

I know, I just thought that we can use annotations instead. On the second 
thought I see that if user wants to use PHP it could be more convenient for 
them to just specify{{QueryEntity}} in cache without writing any Java code.


was (Author: isapego):
I know, I just thought that we can use annotations instead. On the second 
thought I see that if user wants to use PHP it could be more convenient for 
them to just specify `QueryEntity` in cache without writing any Java code.

> ODBC: Add documentation for the PDO interoperability.
> -
>
> Key: IGNITE-3921
> URL: https://issues.apache.org/jira/browse/IGNITE-3921
> Project: Ignite
>  Issue Type: Task
>  Components: documentation, odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: documentation, odbc
> Fix For: 1.8
>
>
> We have checked our ODBC driver for the compatibility with the PDO. Now we 
> need to document it for our users.



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


[jira] [Comment Edited] (IGNITE-3921) ODBC: Add documentation for the PDO interoperability.

2016-11-03 Thread Igor Sapego (JIRA)

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

Igor Sapego edited comment on IGNITE-3921 at 11/3/16 12:31 PM:
---

Denis,

Thanks a lot for your help!

For Unix systems we ship our driver in sources so user can compile it for any 
Driver Manager he wants to use (ibm_db2, unixODBC, generic). We have mostly 
tested it with unixODBC though. I agree that it should be mentioned and I'm 
going to add such a mention.


was (Author: isapego):
Denis,

Thanks a lot for your help!

For the Unix systems we ship our driver in sources so user can compile it for 
any Driver Manager he wants to use (ibm_db2, unixODBC, generic). We have mostly 
tested it with unixODBC though. I agree that it should be mentioned and I'm 
going to add such a mention.

> ODBC: Add documentation for the PDO interoperability.
> -
>
> Key: IGNITE-3921
> URL: https://issues.apache.org/jira/browse/IGNITE-3921
> Project: Ignite
>  Issue Type: Task
>  Components: documentation, odbc
>Affects Versions: 1.7
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: documentation, odbc
> Fix For: 1.8
>
>
> We have checked our ODBC driver for the compatibility with the PDO. Now we 
> need to document it for our users.



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