Skip to content

Catching neo4j related exceptions while executing explain query in ins… #21

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

Merged
merged 2 commits into from
Jan 11, 2017

Conversation

Metaur
Copy link
Contributor

@Metaur Metaur commented Jan 11, 2017

…pection


@Override
public void setUp() throws Exception {
super.setUp();
this.dsApiUUID = dataSource().neo4j31().getUUID();
dataSource().neo4j31();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why? Explicit call is not need in setup.

Copy link
Contributor

@FylmTM FylmTM left a comment

Choose a reason for hiding this comment

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

It's okey, but remove this line with explicit data source setup.

@FylmTM FylmTM merged commit 8c2d103 into master Jan 11, 2017
@FylmTM FylmTM deleted the explain-inspection-fix branch January 11, 2017 12:28
ilyin371 pushed a commit to ilyin371/jetbrains-plugin-graph-database-support that referenced this pull request Nov 26, 2019
Cypher language injections for OGM3 and SDN5
ilyin371 pushed a commit to ilyin371/jetbrains-plugin-graph-database-support that referenced this pull request Nov 26, 2019
* Cypher JS injection (driver session.run method using brics regexp)

* OGM 2-3 and Neo4j Driver injections for Scala

* GraphDatabaseService Cypher injection for Scala

* SDN 3 Cypher injections for Java, some fixes

* SDN 3 and 4 Cypher injections for Scala

* Cypher injections for Scala in Neo4j Rule and TestServerBuilder classes

* JS injection fix

* Removed Java injection already covered in PR neueda#21. Grouped some Scala injections
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.

2 participants