Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

request for support of begin..commit; transactions #37

Open
Dcanzano opened this issue Feb 4, 2016 · 2 comments
Open

request for support of begin..commit; transactions #37

Dcanzano opened this issue Feb 4, 2016 · 2 comments

Comments

@Dcanzano
Copy link

Dcanzano commented Feb 4, 2016

Using cycli it appears I can not create a begin..commit transaction, as evidence

begin
match (n) return n limit 1;
Invalid input 'b': expected (line 1, column 1 (offset: 0))
"begin"
^

of note the type ahead feature does include COMMIT in the drop down available text but does not include BEGIN

@nicolewhite
Copy link
Owner

The reason COMMIT is highlighted and completed on in cycli is that COMMIT is actually a Cypher keyword a la USING PERIODIC COMMIT.

begin and commit are specific to neo4j-shell but I agree it'd be good to have this functionality here.

@Dcanzano
Copy link
Author

Dcanzano commented Feb 4, 2016

ah that makes much more sense... and thank you

Dana

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

No branches or pull requests

2 participants