Skip to content

Cater for Cypher count() returning empty iterator if no nodes #7

@andyjefferson

Description

@andyjefferson

Neo4j "count" queries are totally illogical. If you have no Node(s) for the cypher query and do something like
START T=node:DN_TYPES(class="org.jpox.samples.annotations.models.company.Person") RETURN count(T)
then this just returns an empty result set (iter.hasNext() == false). Need to cater for this nonsense.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions