Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
634 stars 200 forks source link

error with WhereNotIn #129

Closed bobflay closed 8 years ago

bobflay commented 8 years ago

I'm trying to execute this code: 1

i'm getting this exception

2

after debugging i've got the following cypher query: 3

It gives the same error on neo4j browser client 4

After a little bit of research, i've notice that the query should be like this

5

Mulkave commented 8 years ago

Fixed in v1.2.11 (e25d85d0a2677692149594668e8150768ab311a3)