-
Notifications
You must be signed in to change notification settings - Fork 137
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
Comments
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
Bug in case of accessing non-existent column in Row class:
The text was updated successfully, but these errors were encountered: