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

Allow multi-line commands in console #10

Open
WimObiwan opened this issue Dec 4, 2012 · 0 comments
Open

Allow multi-line commands in console #10

WimObiwan opened this issue Dec 4, 2012 · 0 comments

Comments

@WimObiwan
Copy link
Owner

This is already supported by the GQL parser and in command (-c) or file (-f) mode, but not yet in prompt (-p) mode. A workaround is currently to delimit the instruction with a semi-column.
!SET MULTILINE ON/OFF
SELECT 'command1'
SELECT
'command2'
!GO

@WimObiwan WimObiwan added this to the v2.6 milestone Jun 23, 2014
@WimObiwan WimObiwan modified the milestone: v2.6 Dec 14, 2016
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

1 participant