Skip to content

Commit 24ec887

Browse files
committed
Release notes: mentioned to #11
1 parent bd82077 commit 24ec887

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

release_note_en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
- Refactor `dialect` subpackage: rename fields and methods for clarity (#8)
44
- Updated `go-readline-ny` to v1.12.2 and `go-ttyadapter` to v0.2.0, and switched API calls to use `go-ttyadapter`.(#9)
5+
- Support `SAVEPOINT` as a TCL command (#11)
6+
- Support `ROLLBACK TO` (or `ROLLBACK TRANSACTION`) as a TCL command (#11)
7+
- Require `;` after `ROLLBACK` to prevent accidental execution (#11)
58

69
v0.25.0
710
=======

release_note_ja.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
- サブパッケージ `dialect` をリファクタリング: フィールド・メソッドを改名 (#8)
44
- `go-readline-ny` を v1.12.2、`go-ttyadapter` を v0.2.0 に更新し、対応する API 呼び出しを `go-ttyadapter` 側に切り替えた。(#9)
5+
- `SAVEPOINT` を TCL コマンドとしてサポート (#11)
6+
- `ROLLBACK TO`(もしくは `ROLLBACK TRANSACTION`)を TCL コマンドとしてサポート (#11)
7+
- 誤操作による実行を防ぐため、`ROLLBACK` には `;` を必須とした (#11)
58

69
v0.25.0
710
=======

0 commit comments

Comments
 (0)