Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong data value returned in Row in case of non-existent index #136

Open
lislon opened this issue Apr 7, 2014 · 0 comments
Open

Wrong data value returned in Row in case of non-existent index #136

lislon opened this issue Apr 7, 2014 · 0 comments

Comments

@lislon
Copy link

lislon commented Apr 7, 2014

Bug in case of accessing non-existent column in Row class:

$columns = array('name');
$data = array('Brenda');
$row = new Row($this->client, $columns, $data);
echo $row['age'];
// Brenda ???
lislon pushed a commit to lislon/neo4jphp that referenced this issue Apr 7, 2014
lislon pushed a commit to lislon/neo4jphp that referenced this issue Apr 7, 2014
androa added a commit to androa/neo4jphp that referenced this issue Aug 7, 2014
androa added a commit to androa/neo4jphp that referenced this issue Aug 7, 2014
… false. It will be typecasted to int(0) and return the first offset of the array. Fixes issue jadell#136
androa added a commit to androa/neo4jphp that referenced this issue Aug 7, 2014
… false. It will be typecasted to int(0) and return the first offset of the array. Fixes issue jadell#136
androa added a commit to androa/neo4jphp that referenced this issue Aug 7, 2014
… false. It will be typecasted to int(0) and return the first offset of the array. Fixes issue jadell#136
androa added a commit to androa/neo4jphp that referenced this issue Aug 7, 2014
… false. It will be typecasted to int(0) and return the first offset of the array. Fixes issue jadell#136
androa added a commit to androa/neo4jphp that referenced this issue Aug 7, 2014
… false. It will be typecasted to int(0) and return the first offset of the array. Fixes issue jadell#136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant