Skip to content

Commit fea817f

Browse files
committed
bump to v0.23.0
1 parent 1d2b150 commit fea817f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

release_note_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.23.0
2+
=======
3+
Oct 14,2025
4+
15
- For non-DML SQL, `"database/sql".Conn` is now used instead of `"database/sql".DB`
26
- This ensures the same connection is used continuously, avoiding potential issues caused by using different connections for consecutive SQL statements
37
- Users can no longer use `BEGIN` statements

release_note_ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.23.0
2+
=======
3+
Oct 14,2025
4+
15
- DML 以外の SQL について、 `"database/sql".DB` の代わりに `"database/sql".Conn` を使用するようにした
26
- 前後の SQL で別の接続が使われることで発生しうるトラブルを防ぐため、同一接続を継続使用するように変更
37
- BEGIN 文をユーザが使用できないようにした

0 commit comments

Comments
 (0)