I would like to 'tell' EDBI to stay in the same query window, without switching to the window with the query result.
I tried it with binding C-c C-c in EDBI query window to another function:
(defun edbi-evaluate ()
(interactive)
(edbi:dbview-query-editor-execute-command)
(other-window 1)
)
But it's not working, which I cannot understand. Any other suggestion?