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

apoc.meta.stats for 4.1.0.8 fails whereas 4.1.0.3 succeeds when a rel is back ticked #1952

Closed
fbiville opened this issue Jun 3, 2021 · 0 comments

Comments

@fbiville
Copy link
Contributor

fbiville commented Jun 3, 2021

[reported by a customer]

Neo4j Version: 4.1.3
APOC Version: 4.1.0.8

create (n:Class {id:1})-[r:`http://www.w3.org/2000/01/rdf-schema#isDefinedBy`]->(s:Student);
call apoc.meta.stats();

results in

@neo4j> call apoc.meta.stats();
Failed to invoke procedure `apoc.meta.stats`: Caused by: org.neo4j.exceptions.SyntaxException: Invalid input ':': expected an identifier character, whitespace, '|', a length specification, a property map or ']' (line 1, column 23 (offset: 22))
"MATCH (:Class)-[r:http://www.w3.org/2000/01/rdf-schema#isDefinedBy]->() RETURN count(r) AS count"
@fbiville fbiville changed the title apoc.meta.stats for 4.1.0.8 fails whereas 4.1.0.3 succeeds when a rel is back ticked apoc.meta.stats for 4.1.0.8 fails whereas 4.1.0.3 succeeds when a rel is back ticked Jun 3, 2021
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this issue Jun 3, 2021
fbiville pushed a commit that referenced this issue Jun 4, 2021
github-actions bot pushed a commit that referenced this issue Jun 4, 2021
github-actions bot pushed a commit that referenced this issue Jun 4, 2021
conker84 pushed a commit that referenced this issue Jun 4, 2021
…ds when a rel is back ticked (#1965)

Co-authored-by: Giuseppe Villani <[email protected]>
github-actions bot added a commit that referenced this issue Jun 4, 2021
…ds when a rel is back ticked (#1965)

Co-authored-by: Giuseppe Villani <[email protected]>
conker84 pushed a commit that referenced this issue Jun 4, 2021
…succeeds when a rel is back ticked (#1965) (#1967)

Co-authored-by: Giuseppe Villani <[email protected]>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Giuseppe Villani <[email protected]>
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this issue Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant