File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33- Running ` edit ` without arguments now opens a table selection mode.
44- The Oracle ` MERGE ` statement is now treated as a DML command.
55- ` COMMIT ` and ` ROLLBACK ` can now be executed without a semicolon (` ; ` ).
6- - Added support for the [ ` NO_COLOR ` ] ( https://no-color.org/ ) environment variable to disable colored output.
6+ - Added support for the [ ` NO_COLOR ` ] ( https://no-color.org/ ) environment variable to disable colored output. ( # 6 )
77
88### Internal changes
99
1010- Updated internal dependencies (go-multiline-ny v0.22.1, go-box v3) (#4 )
11- - Use context from completion.CmdCompletionOrList.CandidatesContext instead of context.TODO()
12- - Rewrote the SQLite3 test written in PowerShell 7 using Go’s standard ` go test ` framework to enable testing on Linux and GitHub Actions.
11+ - Use context from completion.CmdCompletionOrList.CandidatesContext instead of context.TODO() ( # 5 )
12+ - Rewrote the SQLite3 test written in PowerShell 7 using Go’s standard ` go test ` framework to enable testing on Linux and GitHub Actions. ( # 7 )
1313
1414v0.24.0
1515=======
Original file line number Diff line number Diff line change 33- 引数なしで ` edit ` コマンドが起動された時、カーソルでテーブルを選択するモードを起動するようにした。
44- Oracle の` MERGE ` 文も DML 扱いするようにした。
55- ` COMMIT ` や ` ROLLBACK ` もセミコロンなしで実行できる1行コマンドとした。
6- - カラー出力を抑制する環境変数の [ ` NO_COLOR ` ] ( https://no-color.org/ ) をサポート
6+ - カラー出力を抑制する環境変数の [ ` NO_COLOR ` ] ( https://no-color.org/ ) をサポート ( # 6 )
77
88### 内部的な変更
99
1010- 依存パッケージを更新 (go-multiline-ny v0.22.1, go-box v3) (#4 )
11- - テーブル名・カラム名補完の際に使用していた ` context.TODO() ` を ` completion.CmdCompletionOrList.CandidatesContext ` が提供するコンテキストに変更
12- - Linux 環境や GitHub Actions からテストができるよう、PowerShell 7 で記述していた SQLite3 を使ったテストを、go test に置き変えた。
11+ - テーブル名・カラム名補完の際に使用していた ` context.TODO() ` を ` completion.CmdCompletionOrList.CandidatesContext ` が提供するコンテキストに変更 ( # 5 )
12+ - Linux 環境や GitHub Actions からテストができるよう、PowerShell 7 で記述していた SQLite3 を使ったテストを、go test に置き変えた ( # 7 )
1313
1414v0.24.0
1515=======
You can’t perform that action at this time.
0 commit comments