Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@hymkor hymkor released this 20 Jan 15:18
· 8 commits to master since this release

Changes in v0.17.0 (English)

  • Update the dependency of go-multiline-ny to v0.18.4 and go-readline-ny to v1.7.1
    • When prefix key(Esc) is pressed, echo it as Esc-
    • Assign EscEnter to submit
  • Modified so that a transaction does not start when an error occurs.
  • Applied colors to input SQL, such as cyan for reserved words and magenta for strings.

Changes in v0.17.0 (Japanese)

  • go-multiline-ny を v0.18.4 , go-readline-ny を v1.7.1 へ更新
    • プリフィックスキー(Esc) が押下された時に、Esc- とecho するようにした
    • EscEnter キーに入力確定を割り当てた
  • エラーが発生したとき、トランザクションを始めないようにした。
  • 入力されたSQL中の予約語にはシアン、文字列にはマゼンダなどの色をつけるようにした。