Hi Guys,

If I do a query with out.as(xyz)...out.unique()..out.table....cap I find that 
the table projections for the closure do not work and I lose all AS references.
So to get closure support I do this

Out.unique._().out..table

The above sorts out the closure error, but then I lose my previous as 
projections, is there a way to ensure _() preserves all my previous pipes and 
placeholders?
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to