Hello,
PHP PDO returns null for all column values except the 1st one. Using PHP
odbc_connect returns all column values.
array(10) { ["ORGID"]=> string(1) "2" [0]=> string(1) "2" ["FIRSTNAME"]=>
NULL [1]=> NULL ["LASTNAME"]=> NULL [2]=> NULL ["RESUME"]=> NULL [3]=>
NULL ["SALARY"]=> NULL [4]=> NULL}
The description how it can be reproduced is here
https://issues.apache.org/jira/browse/IGNITE-9897I remember it was not a problem with Ignite 2.0. Any workaround or fix for this issue? -- Roman
