summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Mauger <mmaug@yahoo.com>2012-09-10 15:22:53 -0400
committerMichael Mauger <mmaug@yahoo.com>2012-09-10 15:22:53 -0400
commit04e082b0dd7d290036e2e691f65c467d8ac606c0 (patch)
tree44a5b1f5940d1da8f77777eb53160d851a93b789 /etc
parent399a361b882606ab0e67a164f8fb7af6464f3235 (diff)
downloademacs-04e082b0dd7d290036e2e691f65c467d8ac606c0.tar.gz
* progmodes/sql.el: Version 3.1
(sql-db2-escape-newlines): New variable. (sql-escape-newlines-filter): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9f46e49b96f..ef68e2e561e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -344,6 +344,14 @@ python-describe-symbol | python-eldoc-at-point
*** Accepts \r and \f as whitespace.
+** SQL Mode
+
+*** DB2 added `sql-db2-escape-newlines'
+
+If non-nil, newlines sent to the command interpreter will be escaped
+by a backslash. The default does not escape the newlines and assumes
+that the sql statement will be terminated by a semicolon.
+
** Diff mode
Faces for changes now use the same diff color scheme as in modern VCSes