GNU bug report logs - #25424
25.1; sql-mode, product mysql: sql-end-of-statement: Wrong type argument: stringp, nil

Previous Next

Package: emacs;

Reported by: Tijs Mallaerts <tijs.mallaerts <at> gmail.com>

Date: Wed, 11 Jan 2017 22:55:02 UTC

Severity: normal

Merged with 30090

Found in version 25.1

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 25424 <at> debbugs.gnu.org (full text, mbox):

From: Tijs Mallaerts <tijs.mallaerts <at> gmail.com>
To: 25424 <at> debbugs.gnu.org
Subject: [PATCH] Add mysql terminator to sql-product-alist
Date: Fri, 11 Jan 2019 23:12:01 +0100
[Message part 1 (text/plain, inline)]
From b97f29e248a57aea4fe92a606bdd67d2ab274c91 Mon Sep 17 00:00:00 2001
From: tijsmallaerts <tijs.mallaerts <at> gmail.com>
Date: Fri, 11 Jan 2019 23:05:36 +0100
Subject: [PATCH] Add mysql terminator to sql-product-alist

---
 lisp/progmodes/sql.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index ebde684109..42c4ab4e9f 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -459,7 +459,8 @@ file.  Since that is a plaintext file, this could be
dangerous."
      :prompt-length 6
      :prompt-cont-regexp "^    -> "
      :syntax-alist ((?# . "< b"))
-     :input-filter sql-remove-tabs-filter)
+     :input-filter sql-remove-tabs-filter
+     :terminator ";")

     (oracle
      :name "Oracle"
-- 
2.17.1
[Message part 2 (text/html, inline)]

This bug report was last modified 6 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.