aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Mauger2010-07-20 21:56:55 -0400
committerMichael Mauger2010-07-20 21:56:55 -0400
commitd26b0ea9c5d43b366cf4a31be2300d17737a1370 (patch)
tree190b6519a9db819eed066ba565cf826ba496e986 /etc
parent7c3320d8b9d3beaf952b20cfe1843181c1c7af65 (diff)
downloademacs-d26b0ea9c5d43b366cf4a31be2300d17737a1370.tar.gz
emacs-d26b0ea9c5d43b366cf4a31be2300d17737a1370.zip
SQL Mode V2.3 - cleanup connection handling
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a93baf36638..cf5e73ef36b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -296,6 +296,17 @@ either "dev" or "prd". The "dev" connection would connect to the
296SQLite database without prompting; the "prd" connection would prompt 296SQLite database without prompting; the "prd" connection would prompt
297for the users password and then connect to the Oracle database. 297for the users password and then connect to the Oracle database.
298 298
299**** Added SQL->Start... submenu when connections are defined.
300When connections have been defined, There is a submenu available that
301allows the user to select one to start a SQLi session. The "Start
302SQLi Session" item moves to the "Start..." submenu when cnnections
303have been defined.
304
305**** Added "Save Connection" menu item in SQLi buffers.
306When a SQLi session is not started by a connection then
307`sql-save-connection' will gather the login params specified for the
308session and save them as a new connection.
309
299*** Added option `sql-send-terminator'. 310*** Added option `sql-send-terminator'.
300When set makes sure that each command sent with `sql-send-*' commands 311When set makes sure that each command sent with `sql-send-*' commands
301are properly terminated and submitted to the SQL processor. 312are properly terminated and submitted to the SQL processor.