neo4j-graphacademy / app-python

https://graphacademy.neo4j.com/courses/app-python
56 stars 92 forks source link

02 movie lists #16

Closed AdrianusWest closed 1 year ago

AdrianusWest commented 1 year ago

The syntax "WHERE exists" is out of date, tests are completed with an error. Replaced by "WHERE (m.{0}) IS NOT NULL".

adam-cowley commented 1 year ago

Thanks for spotting this. There are a couple of other instances where I use this syntax, so I will update them in a separate commit.