Skip Menu |

This queue is for tickets about the REST-Neo4p CPAN distribution.

Report information
The Basics
Id: 80343
Status: resolved
Priority: 0/
Queue: REST-Neo4p

People
Owner: maj.fortinbras [...] gmail.com
Requestors: joseph.guhlin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.1282
Fixed in: 0.1283



Subject: $query->execute does not return rownums
In the doc it gives this as the example in REST::Neo4p::Query: $numrows = $query->execute; However $query->execute will return 1 if there are no returned rows. It would be helpful to know if there are any rows found or not since $query- Show quoted text
>fetch will return an error(but does not seem to throw an exception) if
there are no rows found. (Maybe I'm doing something wrong somewhere though?) Thanks!
Thanks Joseph-- added proper row count logic and test in t/006_query.t for v0.1283. MAJ