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

Fixes #1612: Neo4j 4 on Aura permissions adjustment due to PUBLIC role #35

Closed
wants to merge 1 commit into from

Conversation

vga91
Copy link
Owner

@vga91 vga91 commented Feb 18, 2021

Copy link

@conker84 conker84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vga91 per favore vedi il commento

Comment on lines +246 to +250
@Procedure(mode = WRITE)
@Description("apoc.cypher.runWrite(fragment, params) yield value - alias for apoc.cypher.doIt")
public Stream<MapResult> runWrite(@Name("cypher") String statement, @Name("params") Map<String, Object> params) {
return doIt(statement, params);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ma scusa se sotto usi la doIt paro paro che senso avere la runWrite?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per questa cosa qui neo4j-contrib#1612 (comment), dove Michael chiedeva di aggiungere un alias per la doIt...

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oki

Copy link

@conker84 conker84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vga91 va bene quando fai la PR spiega perché hai messo la runWrite

@vga91 vga91 closed this Mar 1, 2021
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.

Neo4j 4 on Aura permissions adjustment due to PUBLIC role
2 participants