Vinelab / NeoEloquent

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

UUID Fix for L5.2 Relationships #160

Closed suhaibmalik closed 7 years ago

suhaibmalik commented 8 years ago

This is a possible fix for getting relationships working in 5.2 when using uuids. Will be testing this so more locally.

Mulkave commented 8 years ago

Great! Keeping an eye, please let me know when done. Also it would be perfect if you could get a test that re-produces the fixed issue.

suhaibmalik commented 8 years ago

I've been working with this most of today, I have not come across any errors related to this fix. To reproduce this, simply attempt to create a relationship between any two nodes (I specifically tried to do a OneToMany) and it will return an error about no start (or end) node specified.