Skip to content

v0.11.0

Compare
Choose a tag to compare
@hymkor hymkor released this 27 May 11:25
· 205 commits to master since this release
  • Create new statement: edit TABLENAME [WHERE...] to edit the records of table like a spreadsheet.
  • Fix: The command START did not show error-messages
  • start: do not include the contents of script into history
  • select: Fix: all columns were joined when -tsv was specified
  • (go-multiline-ny) The text before the first Ctrl-P/N is treated as if it were the latest entry in the history not to lose them

  • テーブルデータをスプレッド風に編集するコマンド: edit テーブル名 [where ...] を用意
  • START コマンドがエラーメッセージを返さない不具合を修正
  • START コマンド用のスクリプトの内容はヒストリに含めないようにした
  • -tsv オプションを使用すると SELECT の列がすべて連結されてしまう不具合を修正
  • (go-multiline-ny) Ctrl-P/N を入力する前のテキストを、ヒストリの最新エントリ扱いにして、失なわれないようにした