Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
flintforge committed Oct 15, 2024
1 parent 03033e7 commit c507ccf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ob-sql-session.el
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,11 @@ 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
that clearly identifies the connexion from Emacs,
to *SQL [session]* in order to retrieve 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)))
(sql-user (cdr (assoc :dbuser params)))
(sql-password (cdr (assoc :dbpassword params)))
Expand Down

0 comments on commit c507ccf

Please sign in to comment.