diff options
| author | Michael Mauger | 2010-07-20 21:56:55 -0400 |
|---|---|---|
| committer | Michael Mauger | 2010-07-20 21:56:55 -0400 |
| commit | d26b0ea9c5d43b366cf4a31be2300d17737a1370 (patch) | |
| tree | 190b6519a9db819eed066ba565cf826ba496e986 /etc | |
| parent | 7c3320d8b9d3beaf952b20cfe1843181c1c7af65 (diff) | |
| download | emacs-d26b0ea9c5d43b366cf4a31be2300d17737a1370.tar.gz emacs-d26b0ea9c5d43b366cf4a31be2300d17737a1370.zip | |
SQL Mode V2.3 - cleanup connection handling
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -296,6 +296,17 @@ 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. |