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

Support multiple cypher statements at a time in browser #115

Closed
oskarhane opened this issue Apr 22, 2016 · 3 comments
Closed

Support multiple cypher statements at a time in browser #115

oskarhane opened this issue Apr 22, 2016 · 3 comments

Comments

@oskarhane
Copy link
Member

From @jakewins on December 9, 2013 10:24

From @jexp

Separated by ;

For create statements that don't return data only create one result frame.

For query statements that return data, either:

  • one frame per result
  • aggregate all results into one frame (one viz for all nodes) and concatinate tables for the tabular view

Copied from original issue: neo4j/neo4j#1653

@noumaans
Copy link

noumaans commented Jun 1, 2018

@oskarhane Not sure if this issue got fixed or rejected.

Here is a set of multiple queries being written in browser which fail in Browser 3.1.12, Neo Server 3.4.0.:
CREATE CONSTRAINT ON (n:Foo) ASSERT exists(n.bar);
CREATE CONSTRAINT ON (n:Foo) ASSERT exists(n.baz);

@BrenoMazieiro
Copy link

Any updates on that?

@vijji90
Copy link

vijji90 commented Nov 19, 2019

Hi, Whether this issue is resolved?

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

No branches or pull requests

4 participants