emacs-edbi icon indicating copy to clipboard operation
emacs-edbi copied to clipboard

Unable to open query editor if there is no any table in database.

Open proofit404 opened this issue 10 years ago • 1 comments

If I open fresh (sqlite3) database dbviewer simply displays No Table. I can't use c or C keybinding to open query editor. It needs some ctable data. But since there is no tables there is no widget :) Seems like a usability deadlock.

proofit404 avatar Nov 11 '14 20:11 proofit404

I see. It's problem. The keybinds should be defined at the buffer, not at ctable region. I'll fix that.

Thank you.

kiwanami avatar Nov 18 '14 08:11 kiwanami