Skip to content

v0.16.0

Compare
Choose a tag to compare
@hymkor hymkor released this 21 Nov 07:09
· 22 commits to master since this release
  • Show the prompt as SQL* instead of SQL> during a transaction.
  • Erase continuation prompts after submiting so that copied prompt does not get in the way
  • edit: display SQL and usage on the header
  • Update go-readline-ny to v1.6.2
    • line-based predictive input support based on history
    • Fix: on Linux desktop, the second or later lines were missing when pasting multi-lines using the terminal feature
  • Update go-multiline-ny to v0.17.0
    • Implement the incremental search (Ctrl-R)
    • Fix: on the legacy terminal of Windows, cursor does not move to the upper line
    • Fix: on the terminal of Linux desktop, backspace-key could not remove the line feed
    • Fix: when editing the longer lines than screen height, the number of the lines scrolling was one line short

  • トランザクション中はプロンプトを SQL> ではなく SQL* とするようにした
  • コピペの邪魔にならないよう、入力後、継続プロンプトを削除するようにした
  • edit文: ヘッダに SQL と説明を表示するようにした
  • go-readline-ny を v1.6.2 へ更新
    • 履歴を元にした行単位の予想入力のサポート
    • Linux デスクトップのターミナルで、複数行を貼り付けた時、二行目以降が欠ける不具合を修正
  • go-multiline-ny を v0.17.0 へ更新
    • インクリメンタルサーチ実装 (Ctrl-R)
    • Windows の旧ターミナルで、カーソルが上に移動しない問題を修正
    • Linux デスクトップのターミナルで、Backspace キーで改行を削除できない不具合を修正(Ctrl-H は可能)
    • 画面行数を越える長い行の編集時、スクロール行数がおかしくなる不具合を修正