Skip to content

Commit

Permalink
^
Browse files Browse the repository at this point in the history
  • Loading branch information
flintforge committed Jul 11, 2024
1 parent e98c56e commit 281609c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ob-sql-session.el
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,12 @@ Clear the intermediate buffer from previous output,
and set the process filter.
Return the comint process buffer.
The buffer naming was shortened from '[session]
engine://user@host/database', that clearly identifies the connexion from
Emacs, to *SQL [session]* in order to retrieved a session with its
name alone, the other parameters in the header args beeing no longer needed
once the session is established.
When there is not, the execution will be given to ob-sql.el"
The buffer naming was shortened from
*[session] engine://user@host/database*,
that clearly identifies the connexion from Emacs, to
*SQL [session]* in order to retrieved a session with its
name alone, the other parameters in the header args beeing
no longer needed while the session stays open."


(let* ((sql-database (cdr (assoc :database params)))
Expand Down

0 comments on commit 281609c

Please sign in to comment.