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

Fix ordering of ON MATCH / ON CREATE and SET #333

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aekobear
Copy link

Fixes #332

This pull introduces/changes:

  • ON MATCH SET will be placed before SET in generated cypher
  • ON CREATE SET will be placed before SET in generated cypher

@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.631% when pulling 3b84246 on eiko:master into 4b649fc on neo4jrb:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

on_create_set() with set() generates invalid cypher
2 participants