Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.15.0
-
None
Description
Upgrade to SqlLine 1.7.0 after its officially released.
Major improvements is that Drill Sqlline prom will change from the default 0: jdbc:drill:zk=local> to apache drill> if schema is unset. If schema was set (ex: use dfs.tmp), prompt will look the following way: apache drill (dfs.tmp)>.
To return to previous prompt display, user can modify drill-sqlline-override.conf and set drill.sqlline.prompt.with_schema to false.
To set custom prompt user can use one of the SqlLine properties: prompt, promptScript, rightPrompt.
This can be achieved using set command, example: !set prompt my_prompt), or these properties can be overridden in drill-sqlline-override.conf.
Attachments
Attachments
Issue Links
- contains
-
DRILL-808 Sqlline use schema does not change the displayed schema
- Resolved
-
DRILL-3090 sqlline : save SQL to script file and replay from script, results in error
- Resolved
-
DRILL-6980 --run regression - error when empty line or command at end of the file
- Resolved
-
DRILL-1506 Current Schema Not Shown In the sqlline Prompt
- Resolved
-
DRILL-1669 Custom sqlline Prompt
- Resolved
- links to