activegraph icon indicating copy to clipboard operation
activegraph copied to clipboard

Automagically insert a `WITH` clause when `limit` / `skip` / `order` is used before an association

Open cheerfulstoic opened this issue 6 years ago • 0 comments

Additional information which could be helpful if relevant to your issue:

Code example (inline, gist, or repo)

User.where(age: 20).limit(10).skip(1).created_activities(:activity, :rel).pluck(:activity)

Runtime information:

Neo4j database version: neo4j gem version: neo4j-core gem version:

cheerfulstoic avatar Jan 18 '18 14:01 cheerfulstoic