Skip to content

Commit 940f354

Browse files
committed
Release notes: modify description of PRAGMA
1 parent 0c6d78f commit 940f354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release_note_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- Changed SQLite3 placeholders from `?` to bind variables in the `$v%d` format.
33
- 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.
44
- Modified Ctrl-C behavior during command-line editing. Instead of terminating SQL-Bless, it now cancels (discards) the SQL statement currently being edited.
5-
- SQL statements and commands other than `SELECT`, `DESC`, and `EDIT` (e.g., `PRAGMA TABLE_INFO(...)`) can now display result records, similar to `SELECT`. If no records are returned, no error is raised.
5+
- Enabled record-style display for SQLite3 `PRAGMA` commands, similar to `SELECT` and `DESC`.
66
- Enabled syntax highlighting for the `HOST` command and filename completion after `HOST`.
77

88
v0.23.0

release_note_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- SQLite3 でプレースホルダーとして `$v%d` 形式のバインド変数を使うようにした
33
- 対話モードでトランザクションが未完了の状態で `Ctrl-D``exit``quit` によって終了しようとした場合、`transaction is not closed. Please Commit or Rollback` と表示して終了を防止するようにした。 このチェックはスクリプト実行時には行われない。
44
- コマンドライン編集中の `Ctrl-C` で SQL-Bless が終了してしまっていたが、現在入力中の SQL の破棄するだけに変更した。
5-
- `SELECT`, `DESC`, `EDIT` 以外の SQL / コマンド (例: `PRAGMA TABLE_INFO(..)`) でも`SELECT` のようにレコードを表示できるようにした
5+
- SQLite3 の `PRAGMA` コマンドでも`SELECT` `DESC` と同様にレコードを表示できるようにした
66
- OSコマンドを実行する `HOST` に対してシンタックスハイライトを適用。また、`HOST` 以降でファイル名補完が聞くようにした
77

88
v0.23.0

0 commit comments

Comments
 (0)