Skip to content

v0.7.0

Compare
Choose a tag to compare
@hymkor hymkor released this 24 Apr 21:10
· 32 commits to master since this release
  • Option -f -: read a script from STDIN
  • When STDIN is not a terminal, do not use go-readline-ny and read STDIN sequentially
  • Support MySQL
  • ( Add debug option -print-type that enables to print types of columns output by SELECT for debug )

  • オプション: -f - で標準入力よりスクリプトを読むようにした
  • 標準入力が端末ではない時、 go-readline-ny を使わず、標準入力をシーケンシャルに読むようにした
  • MySQL をサポート
  • (デバッグオプションとして、SELECT結果の各列の型を表示する -print-type を追加)