Mercurial > emacs
comparison etc/NEWS @ 109482:c9df47f7bbf3
SQL Mode V2.3 - cleanup connection handling
author | Michael Mauger <mmaug@yahoo.com> |
---|---|
date | Tue, 20 Jul 2010 21:56:55 -0400 |
parents | 91bbf4e4290f |
children | b4b02bfd4d95 |
comparison
equal
deleted
inserted
replaced
109480:d12162869c07 | 109482:c9df47f7bbf3 |
---|---|
294 would be prompted for the connection. The user can respond with | 294 would be prompted for the connection. The user can respond with |
295 either "dev" or "prd". The "dev" connection would connect to the | 295 either "dev" or "prd". The "dev" connection would connect to the |
296 SQLite database without prompting; the "prd" connection would prompt | 296 SQLite database without prompting; the "prd" connection would prompt |
297 for the users password and then connect to the Oracle database. | 297 for the users password and then connect to the Oracle database. |
298 | 298 |
299 **** Added SQL->Start... submenu when connections are defined. | |
300 When connections have been defined, There is a submenu available that | |
301 allows the user to select one to start a SQLi session. The "Start | |
302 SQLi Session" item moves to the "Start..." submenu when cnnections | |
303 have been defined. | |
304 | |
305 **** Added "Save Connection" menu item in SQLi buffers. | |
306 When a SQLi session is not started by a connection then | |
307 `sql-save-connection' will gather the login params specified for the | |
308 session and save them as a new connection. | |
309 | |
299 *** Added option `sql-send-terminator'. | 310 *** Added option `sql-send-terminator'. |
300 When set makes sure that each command sent with `sql-send-*' commands | 311 When set makes sure that each command sent with `sql-send-*' commands |
301 are properly terminated and submitted to the SQL processor. | 312 are properly terminated and submitted to the SQL processor. |
302 | 313 |
303 *** Added option `sql-oracle-scan-on'. | 314 *** Added option `sql-oracle-scan-on'. |