Skip to content

v0.3.0

Choose a tag to compare

@hymkor hymkor released this 16 Apr 06:17
· 821 commits to master since this release
  • select: when data is []byte and valid as utf8, print it as string
  • Implement desc and \d command to display the list of tables with no arguments, or print specifications for the table given as parameter
  • Improve the editor: Print text enclosed with double quotations with magenta
  • Implement history command to print command-line histories
  • Improve spool command
    • With no arguments show the current status instead of stopping spooling
    • Output timestamp into the spooling file for each command
    • Show the current spooling filename on prompt
    • Open as append-mode. Do not truncate existing spooled file.

  • select: フィールドが utf8 として妥当な []byte の時、文字列として表示するようにした
  • desc\d: 引数なしでテーブル一覧表示、引数指定のテーブル仕様表示を実装
  • エディター改良: 二重引用符で囲まれたテキストをマゼンタで表示
  • spool コマンド改良
    • 引数なしがない場合、スプールを終了するのではなく、現在の状況を表示するようにした
    • コマンドごとにタイムスタンプをスプールファイルに出力するようにした
    • プロンプトにスプール中のファイル名を表示
    • アペンドモードでオープンし、既存のファイルを空にしないようにした