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

[SQLLINE-111] Make possible to do multiline calls for !all, !sql from file #112

Closed
wants to merge 1 commit into from

Conversation

snuyanzin
Copy link
Collaborator

@snuyanzin snuyanzin commented Aug 19, 2018

The PR provides the next things

  1. Allow to continue command on next lines if the first line contains only !allinstead of failing with StringIndexOutOfBoundsException. So it fixes !all leads to java.lang.StringIndexOutOfBoundsException #111
  2. Make possible to do multiline calls for !all and !sql at least to allow writing tests for such multiline calls

@julianhyde
Copy link
Owner

Merged as 888fa72; fixes #111.

@julianhyde julianhyde closed this Sep 5, 2018
@snuyanzin snuyanzin deleted the ALL_MULTILINE branch September 10, 2018 15:44
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.

!all leads to java.lang.StringIndexOutOfBoundsException
2 participants