We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93f632 commit 6eb40e4Copy full SHA for 6eb40e4
2 files changed
release_note_en.md
@@ -12,6 +12,7 @@ Release notes (English)
12
- Display `*` in the status line when there are unsaved changes
13
- Implement page up/down
14
- Assign `gg` as an additional keybinding for moving to the first row.
15
+- Fix incorrect SQL for querying temporary tables in SQLite3 (#24)
16
17
v0.27.0
18
-------
release_note_ja.md
@@ -13,6 +13,7 @@ Release notes (Japanese)
- 変更がある場合、ステータスラインに`*` を表示
- ページ単位の移動(PgDn,PgUp)を実装
- `gg` にファイル先頭への移動を設定
+- SQLite3 のテーブル一覧取得時における、一時テーブルの誤った参照方法を修正 (#24)
19
0 commit comments