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

cli: replace libedit with bubbline #86457

Merged
merged 4 commits into from
Dec 1, 2022
Merged

Commits on Dec 1, 2022

  1. build,cli: replace libedit with bubbline

    Release note (cli change): The engine used as line editor in the
    interactive shell (`cockroach sql`, `demo`) has been updated. It
    includes numerous bug fixes and new features.
    The previous engine can still be accessed via the env
    var COCKROACH_SQL_FORCE_LIBEDIT. This support will be removed
    in a later version.
    knz committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    82944f5 View commit details
    Browse the repository at this point in the history
  2. clisqlshell: don't process \p and \r in multi-line editors

    Release note: None
    knz committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    77cae0d View commit details
    Browse the repository at this point in the history
  3. clisqlshell: add some missing comments

    Release note: None
    knz committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0fb83a7 View commit details
    Browse the repository at this point in the history
  4. clisqlshell: hide debug mode behind --debug-sql-cli

    Release note (cli change): The interactive SQL shell now supports an
    advanced debug mode for troubleshooting when `--debug-sql-cli` is
    specified on the command line. The debug mode can be enabled with
    Ctrl+@ or Ctrl+_ (Ctrl+space on macOS).
    knz committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    878e76e View commit details
    Browse the repository at this point in the history