Skip to content

Commit 40d2c01

Browse files
committed
Refined release notes
1 parent ea50661 commit 40d2c01

File tree

2 files changed

+31
-15
lines changed

2 files changed

+31
-15
lines changed

release_note_en.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
( **English** / [Japanese](release_note_ja.md) )
22

3-
- Refactor `dialect` subpackage: rename fields and methods for clarity (#8)
4-
- Updated `go-readline-ny` to v1.12.2 and `go-ttyadapter` to v0.2.0, and switched API calls to use `go-ttyadapter`.(#9)
3+
### Bug fixes
4+
5+
- Fix: completion — cursor moved to the start of the previous word when the current word was empty (#15, [go-readline-ny #17](https://github.com/nyaosorg/go-readline-ny/pull/17))
6+
7+
### Specification changes
8+
59
- Support `SAVEPOINT` as a TCL command (#11)
610
- Support `SAVE TRANSACTION` as a TCL command (#14)
711
- Support `ROLLBACK TO` (or `ROLLBACK TRANSACTION`) as a TCL command (#11)
812
- Require `;` after `ROLLBACK` to prevent accidental execution (#11)
9-
- Fix: Correct handling of `io.EOF` during script execution (#12)
10-
- Suppress output of empty lines and leading/trailing spaces in script output (#12)
11-
- Fix: `CSVI` launched by `SELECT` in a script now terminates automatically with `>`, `q`, and `y` (#12)
12-
- Update go-readline-ny to v1.12.3 (#15)
13-
- Fix: completion: cursor moved to the start of the previous word when the current word is empty ([go-readline-ny#17](https://github.com/nyaosorg/go-readline-ny/pull/17))
13+
- Script execution improvements (#12):
14+
- Fix: correct handling of `io.EOF`
15+
- Suppress output of empty lines and leading/trailing spaces
16+
- Fix: `CSVI` launched by `SELECT` in a script now terminates automatically with `>`, `q`, and `y`
17+
18+
### Internal changes
19+
20+
- Refactor `dialect` subpackage: renamed fields and methods for clarity (#8)
21+
- Switched terminal input API calls to use `go-ttyadapter` v0.2.0 (#9)
1422

1523
v0.25.0
1624
=======

release_note_ja.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
( [English](release_note_en.md) / **Japanese** )
22

3-
- サブパッケージ `dialect` をリファクタリング: フィールド・メソッドを改名 (#8)
4-
- `go-readline-ny` を v1.12.2、`go-ttyadapter` を v0.2.0 に更新し、対応する API 呼び出しを `go-ttyadapter` 側に切り替えた。(#9)
3+
### 不具合修正
4+
5+
- 補完で、現在の単語が空の場合にカーソルが前の単語の先頭に移動してしまう不具合を修正 (#15,[go-readline-ny v1.12.3 #17](https://github.com/nyaosorg/go-readline-ny/pull/17))
6+
7+
### 仕様変更
8+
59
- `SAVEPOINT` を TCL コマンドとしてサポート (#11)
610
- `SAVE TRANSACTION` を TCL コマンドとしてサポート (#14)
711
- `ROLLBACK TO`(もしくは `ROLLBACK TRANSACTION`)を TCL コマンドとしてサポート (#11)
8-
- 誤操作による実行を防ぐため、`ROLLBACK` には `;` を必須とした (#11)
9-
* スクリプト中の `SELECT` で起動した `CSVI` は、`>`, `q`, `y` の操作で自動的に終了するようにした。 (#12)
10-
* スクリプト実行時の出力で、空行や行頭・行末の空白が出力されないようにした。 (#12)
11-
* スクリプト実行時に `io.EOF` が誤ってエラーとして扱われていた問題を修正した。 (#12)
12-
- go-readline-ny を v1.12.3 へ更新 (#15)
13-
- 補完で、現在の単語が空の場合にカーソルが前の単語の先頭に移動してしまう不具合を修正 ([go-readline-ny#17](https://github.com/nyaosorg/go-readline-ny/pull/17))
12+
- 誤操作防止のため、`ROLLBACK` には `;` を必須とした (#11)
13+
- スクリプト実行時の修正 (#12)
14+
- `io.EOF` が誤ってエラーとして扱われていた問題を修正した
15+
- SQL のログ出力で、空行や行頭・行末の空白が出力されないようにした
16+
- `SELECT` で起動した `CSVI` は、`>`, `q`, `y` の操作で自動的に終了するようにした
17+
18+
### 内部修正
19+
20+
- サブパッケージ `dialect` をリファクタリング: フィールド・メソッドを改名 (#8)
21+
- 端末入力系の API 呼び出しを `go-ttyadapter` v0.2.0 へ切替え (#9)
1422

1523
v0.25.0
1624
=======

0 commit comments

Comments
 (0)