Skip to content

Commit

Permalink
add a terminal ';' to ending statement
Browse files Browse the repository at this point in the history
  • Loading branch information
flintforge committed Oct 15, 2024
1 parent c507ccf commit 267e114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ob-sql-session.el
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Finnally add the termination command."
(replace-regexp-in-string "--.*" "" s)) ;; remove comments
(when (string-match terminal-command s) "\n"))))
commands " " )) ; the only way to stop on error,
"\n" (sql-get-product-feature sql-product :batch-terminate) "\n" ))
";\n" (sql-get-product-feature sql-product :batch-terminate) "\n" ))


(defun ob-sql-session-comint-output-filter (_proc string)
Expand Down

0 comments on commit 267e114

Please sign in to comment.