Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Regression in 2.12.0 #384

Closed
smkhalsa opened this issue Feb 1, 2020 · 0 comments
Closed

Regression in 2.12.0 #384

smkhalsa opened this issue Feb 1, 2020 · 0 comments

Comments

@smkhalsa
Copy link
Contributor

smkhalsa commented Feb 1, 2020

After upgrading from 2.11.5 to 2.12.0 I get the following error:

"Invalid input '.': expected whitespace, comment, ',' or '}' (line 1, column 430 (offset: 429))\n"MATCH (featuredKriyaCollection:FeaturedKriyaCollection {id:$id}) RETURN featuredKriyaCollection { .id , .name , .backgroundColor ,kriyaCount: apoc.cypher.runFirstColumn("MATCH (this)-[:HAS_KRIYA]->(kriya) RETURN count(kriya)", {this: featuredKriyaCollection}, false),kriyas: apoc.coll.sortMulti([(featuredKriyaCollection)-[:HAS_KRIYA]->(featuredKriyaCollection_kriyas:Kriya) | featuredKriyaCollection_kriyas { .id .id , .name , .type ,maxTime: apoc.cypher.runFirstColumn("MATCH (this)-->(:Exercise)-->(p:ExercisePart) RETURN SUM(ROUND(p.maximum * COALESCE(p.averageTime, 1)))", {this: featuredKriyaCollection_kriyas}, false),minTime: apoc.cypher.runFirstColumn("MATCH (this)-->(:Exercise)-->(p:ExercisePart) RETURN SUM(ROUND(p.minimum * COALESCE(p.averageTime, 1)))", {this: featuredKriyaCollection_kriyas}, false),image: head([(featuredKriyaCollection_kriyas)-[:USES_IMAGE]->(featuredKriyaCollection_kriyas_image:KriyaImage) | featuredKriyaCollection_kriyas_image { .id , .id }]) }], ['^name']) , .id , .name ,kriyaCount: apoc.cypher.runFirstColumn("MATCH (this)-[:HAS_KRIYA]->(kriya) RETURN count(kriya)", {this: featuredKriyaCollection}, false), .imageName , .id , .name , .backgroundColor ,kriyaCount: apoc.cypher.runFirstColumn("MATCH (this)-[:HAS_KRIYA]->(kriya) RETURN count(kriya)", {this: featuredKriyaCollection}, false),kriyas: apoc.coll.sortMulti([(featuredKriyaCollection)-[:HAS_KRIYA]->(featuredKriyaCollection_kriyas:Kriya) | featuredKriyaCollection_kriyas { .id .id , .name , .type ,maxTime: apoc.cypher.runFirstColumn("MATCH (this)-->(:Exercise)-->(p:ExercisePart) RETURN SUM(ROUND(p.maximum * COALESCE(p.averageTime, 1)))", {this: featuredKriyaCollection_kriyas}, false),minTime: apoc.cypher.runFirstColumn("MATCH (this)-->(:Exercise)-->(p:ExercisePart) RETURN SUM(ROUND(p.minimum * COALESCE(p.averageTime, 1)))", {this: featuredKriyaCollection_kriyas}, false),image: head([(featuredKriyaCollection_kriyas)-[:USES_IMAGE]->(featuredKriyaCollection_kriyas_image:KriyaImage) | featuredKriyaCollection_kriyas_image { .id , .id }]) }], ['^name']) , .id , .name ,kriyaCount: apoc.cypher.runFirstColumn("MATCH (this)-[:HAS_KRIYA]->(kriya) RETURN count(kriya)", {this: featuredKriyaCollection}, false), .imageName } AS featuredKriyaCollection"\n

I have a fairly complex schema, so I'm not including it all here, but I'd be happy to provide any additional information.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant