jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

Incorrect parse of mixed result #183

Open dtphap opened 8 years ago

dtphap commented 8 years ago

Hi all, I run a Cypher like this "MATCH (tom:Person {name: "Tom Hanks"})-[r:ACTED_IN]->(tomHanksMovies) RETURN r.roles,tomHanksMovies". Expect it return a result set where r.roles is array and tomHanksMovies is node. But I cannot get r.roles out as an array. Please give it a fix. Thanks

vstruchkov commented 7 years ago

Answer is here https://github.com/jadell/neo4jphp/issues/176