From 01b98343d26acdf3c7ed84d2f1e98010c851d26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ibhear=20=C3=93=20hAnluain?= Date: Thu, 23 May 2019 16:07:53 +0100 Subject: [PATCH] We now support mysql. (At least we're heading in that direction) --- enode-lisp/enode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enode-lisp/enode.el b/enode-lisp/enode.el index 114d1ec..8a8636c 100755 --- a/enode-lisp/enode.el +++ b/enode-lisp/enode.el @@ -483,7 +483,7 @@ This is the item whose information is displayed in the information window.") (defvar enode-current-connection-type nil "The current connection type: 'oracle, 'mysql, etc.") -(defvar enode-supported-connection-types '(oracle) +(defvar enode-supported-connection-types '(oracle mysql) "The current connection type: 'oracle, 'mysql, etc.") (defvar enode-current-connection nil