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!