GitHub user jianqiao opened a pull request:
https://github.com/apache/incubator-quickstep/pull/299
QUICKSTEP-104 Fix the problem that LineReader cannot recognize a command if
there are whitespaces before it.
This PR fixes a bug that the Quickstep REPL cannot recognize a command
(e.g. `\d`, `\analyze`) if there are whitespaces or empty lines before the
command.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jianqiao/incubator-quickstep
fix-extract-command
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/299.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #299
----
commit 77960a42dcfb3d27de5601548a04d81a6be79375
Author: Jianqiao Zhu <[email protected]>
Date: 2017-09-20T03:02:02Z
Fix a bug in LineReader for recognizing command
----
---