Skip to content

Commit 5e908e6

Browse files
committed
Release notes: Refined description of #17 and #18
1 parent 24d47f9 commit 5e908e6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

release_note_en.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
- 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))
66
- Fix: an issue where pressing `Enter` on the result of the `desc` command (table list) did not show the column (`desc TABLE`) for the selected table on databases other than SQLite3. (#16)
7-
- Fix: In MySQL, pressing `r` on the table list failed to launch the `edit <table>` command because the table name was enclosed with a different type of quotation marks (`` ` ``) than other databases. (#17)
8-
- Fix: In MySQL, `edit` not launching for tables with spaces. Correct handling of table names with spaces when selecting via arrow keys in `edit` without arguments (#18)
7+
- Fix issue where `edit` could not launch due to MySQL identifier quoting
8+
- Launching `edit` from `desc` without arguments using the `r` key for table selection (#17)
9+
- Launching `edit` from `edit` without arguments using Enter key for table selection (#18)
910

1011
### Specification changes
1112

release_note_ja.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
- 補完で、現在の単語が空の場合にカーソルが前の単語の先頭に移動してしまう不具合を修正 (#15,[go-readline-ny v1.12.3 #17](https://github.com/nyaosorg/go-readline-ny/pull/17))
66
- SQLite3 以外のデータベースで、引数なしのdesc コマンド(テーブル一覧)の中から `Enter` を押下して、該当行のテーブルのカラム一覧を表示できなかった不具合を修正 (#16)
7-
- MySQL で、テーブル一覧表示から、r を押下した時、テーブル名を囲むべき引用符が他のDBと違って `` ` `` だったため、`edit テーブル` コマンドが起動できなかった不具合を修正 (#17)
8-
- Fix: MySQL で `edit` コマンド起動時、矢印キーで選択した空白を含むテーブル名が正しく処理されない問題を修正 (#18)
7+
- MySQL で識別子の引用符が原因で `edit` コマンドが起動できなかった問題を修正
8+
- 引数なしの `desc` コマンド中で、`r` キーによるテーブル選択から `edit` を起動 (#17)
9+
- 引数なしの `edit` コマンド中で、Enter キーによるテーブル選択から起動 (#18)
910

1011
### 仕様変更
1112

0 commit comments

Comments
 (0)