ij should show continuation marker even after entering whitespace
-----------------------------------------------------------------
Key: DERBY-3628
URL: https://issues.apache.org/jira/browse/DERBY-3628
Project: Derby
Issue Type: Improvement
Reporter: Martin Zaun
Priority: Minor
The continutation marker is not shown when just hitting Enter (or any
whitespace followed by Enter) until a semicolon terminates the "query":
ij version 10.5
ij>
;
ij>
Contrast this with the Bash shell's behaviour, which shows a marker as long as
the line's being continued:
[EMAIL PROTECTED] ~/derby/trunk
$ \
> \
> \
>
But ij should display a continuation marker until the terminating semicolon,
regardless of what's been typed so far.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.