Skip to content

Commit 0bc3059

Browse files
committed
bump to v0.24.0
1 parent 940f354 commit 0bc3059

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

release_note_en.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.24.0
2+
=======
3+
Oct 25, 2025
4+
15
- Fixed an issue in the `edit` command where table names containing spaces were incorrectly expanded in SQL statements.
26
- Changed SQLite3 placeholders from `?` to bind variables in the `$v%d` format.
37
- In interactive mode, SQL-Bless now prevents exiting (`Ctrl-D`, `exit`, `quit`) while a transaction is open, showing: `transaction is not closed. Please Commit or Rollback.` This check is skipped during script execution.
@@ -7,7 +11,7 @@
711

812
v0.23.0
913
=======
10-
Oct 14,2025
14+
Oct 14, 2025
1115

1216
- For non-DML SQL, `"database/sql".Conn` is now used instead of `"database/sql".DB`
1317
- This ensures the same connection is used continuously, avoiding potential issues caused by using different connections for consecutive SQL statements

release_note_ja.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.24.0
2+
=======
3+
Oct 25, 2025
4+
15
- `edit`文において、行追加・更新時の SQL 上で、空白を含んだテーブル名がおかしい展開をされていた問題を修正
26
- SQLite3 でプレースホルダーとして `$v%d` 形式のバインド変数を使うようにした
37
- 対話モードでトランザクションが未完了の状態で `Ctrl-D``exit``quit` によって終了しようとした場合、`transaction is not closed. Please Commit or Rollback` と表示して終了を防止するようにした。 このチェックはスクリプト実行時には行われない。
@@ -7,7 +11,7 @@
711

812
v0.23.0
913
=======
10-
Oct 14,2025
14+
Oct 14, 2025
1115

1216
- DML 以外の SQL について、 `"database/sql".DB` の代わりに `"database/sql".Conn` を使用するようにした
1317
- 前後の SQL で別の接続が使われることで発生しうるトラブルを防ぐため、同一接続を継続使用するように変更

0 commit comments

Comments
 (0)