summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Rodighiero <stefano.rodighiero@gmail.com>2019-04-15 22:14:07 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-04-17 14:24:18 +0200
commitf3e7dcd174e79db3edb1805076f4cc2b921a49d1 (patch)
tree743b2c27782b0816eb659c276ad2e7a379cdb299
parent6d283dcade4fbc67bad01f18fa65f86cc677560d (diff)
downloadorg-mode-f3e7dcd174e79db3edb1805076f4cc2b921a49d1.tar.gz
ORG-NEWS: Mention parameter :dbconnection for org-babel-execute:sql
-rw-r--r--etc/ORG-NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index a2e9057..79659ea 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -188,6 +188,10 @@ days in the past.
=<C-u K>= (~org-habit-toggle-display-in-agenda~) in an agenda toggles
the display of all habits to those which are undone and scheduled.
This is a function for convenience.
+*** New paramater for SQL Babel blocks: ~:dbconnection~
+The new paramater ~:dbconnection~ allows to specify a connection name
+in a SQL block header: this name is used to look up connection
+parameters in ~sql-connection-alist~.
** New functions
*** ~org-dynamic-block-insert-dblock~